/*body {
	font: 100%/1.4 Verdana, Helvetica, Arial, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #666666;
	
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link
	border: none;
} */
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
/*a:link {
	color:#FFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
/*} 
a:visited {
	color:#333;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. 
	text-decoration: none;
	color:#FFF;
}
*/
/* ~~ this fixed width container surrounds the other divs and adds the background gradient ~~ */
.bgcontainer {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
	background-image:url(images/backgroundgradient_top.jpg);
background-repeat:repeat-y;	
	/* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ this fixed width container follows the bgcontainer and adds the bottom gradient ~~ */
.bgcontainerbottom {
	width: 1000px;
	height: 20px;
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/backgroundgradient_bottom.jpg);
background-repeat:no-repeat;	
	/* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ headerblock with clickable logo, top navbar and account signin info and buttons ~~ */
.headerSearch {
	width: 520px;
	height: 68px;
	float: right;
	padding-right:8px;
	}
	.headerCheckout {
	width: 510px;
	height: 22px;
	float: right;
	padding: 5px 0px 5px 5px;
	color: #666666;
	text-align: right;
	}
	.advsearchpanel
	{
		font-family  :Verdana, Helvetica, Arial, sans-serif;
		vertical-align:middle;
		height:30px;
		padding:0px;
		text-align:right;
		float:right;
	}	
	 
	.advsearch
	{
		font-family  :Verdana, Helvetica, Arial, sans-serif;
	vertical-align:text-bottom;
	font-size:10px;
	Color:#CCCCCC;
	height: 16px;
	padding:0px;
	width:225px;
	padding-top:3px;
	padding-bottom:3px;
	border:1px solid #CCC;
	}	
.headerSearch2 
{
	font-family  :Verdana, Helvetica, Arial, sans-serif;
	width: 370px;
	height: 30px;
	float: right;
	padding: 8px 0px 0px 5px;
	color: #666;
	text-align: right;	
	vertical-align: middle ;
	}
	
	.MenuGiftCard {
	color:#333333;margin-left:10px;margin-right:13px; padding-bottom: 0px;width:922px;height:3em;font-size:13px; 
	text-align:center;
	}
	.MenuGiftCard table tr td a:link
	{
		color:#999;
	}
	.MenuGiftCard table tr td a:visited
	{
		color:#999;
	}
	.MenuGiftCard table tr td a:hover
	{
		color:#666;
	}
	.headermenu a:link
{
	color:#999;
text-decoration:none;
}
.headermenu a:visited {
color:#999;
text-decoration:none;
}
.headerblock {
	width: 960px;
	min-height:105px;
	background: #FFF;
	margin: 10px auto 0 auto;
	/*background-image:url(images/icons/zgallerie_logo_large.gif);*/
	background-repeat:no-repeat;
	background-position:left top;
	font-size:14px;
	/* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ header links ~~ */
/*.headerblock a:link {
	color:#FFF;
	text-decoration:none;
}

.headerblock a:visited {
	color:#FFF;
	text-decoration:none;
}

.headerblock a:hover {
	color:#CCC;
	text-decoration:none;
}

.headerblock a:active {
	color:#FFF;
	text-decoration:none;
}

.cssMainStore A:Link
{
	color:#666666;
}
.cssMainStore A:hover
{
	color:#333333;
}
#breadcrumb {color:#333333;margin-left:10px; padding-left:0px;padding-top:5px; padding-bottom: 0px;width:940px;font-size:11px; }
#breadcrumb A:Link,visited
{
    color:#999999;
    text-decoration:none;
}
#breadcrumb A:active
{
    color:#333333;
    text-decoration:none;
}
#breadcrumb A:hover
{
    color:#666666;
    text-decoration:none;
}
#breadcrumb A
{
    color:#999999;
     text-decoration:none;
}
#breadcrumb B
{
    color:#333333;
     text-decoration:none;
}*/
/* ~~ main centered content block that holds headerblock, contentblock, footerbox and copyrightblock, with a solid grey 1px border ~~ */
.contentcontainer {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	border: 1px solid #CCC;
	 
	/* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ product_content 366px ~~ */
.ContentStyle
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
}
.product_content
{
    width: 366px;
    background: #FFF;
    float: left;
    margin-right: 10px;
     margin-bottom: 10px;
    
}
.product_hero
{
    width: 364px;
    height: 364px;
    border: 1px solid #CCC;
    background: #FFF;
    float: left;
}

.product_hero:hover
{
    color: #666;
    text-decoration: none;
}

.product_thumbnails
{
    width: 367px;
    background: #FFF;
    float: left;
    margin-top: 10px;
    height: 90px;
}
.product_thum
{
    width: 88px;
    height: 88px;
    border: 1px solid #CCC;
    background: #FFF;
    float: left;
    margin-right: 2px;
}
.product_thum2
{
    width: 88px;
    height: 88px;
    border: 1px solid #CCC;
    background: #FFF;
    float: left;
}

.product_Details
{
    width: 564px;
    height: auto;
    background: #FFF;
    float: right;
}
.product_Det1
{
	width:100%;    
    height: auto;
    background: #FFF;
    float: left;
    padding-bottom: 0px;
    margin-left: 11px;
}
.product_Name
{
    width: 100%;
    height: 35px;
    background: #FFF;
    float: left;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.product_Price
{
    width: 300px;
    height: 28px;
    background: #666666;
    float: left;    
    font-size:15px;   
}
.product_Size
{
	color:#000;
    width: 550px;
    background: #FFF;
    float: left;
    font-size:13px;   
}
.product_Size A:Link
{
	color:#666666;
    width: 200px;
    float: left;
    font-size: 13px;
    text-decoration:none;
}
.product_Share
{  
    background: #FFF;   
    display:inline;
    border-spacing:0px;
    text-align:left;
    vertical-align:bottom;
    padding-right:10px;
    float:right;
    
    
}

.product_ShareNEW
{  
    background: #FFF;   
    display:inline;
    border-spacing:0px;
    text-align:right;
    vertical-align:bottom;
    padding-right:5px;    
    z-index:1px;
    margin:0px;
    font-size:11px;   
}


.product_ShowPrice
{
	color:#666666;
    background: #FFF;    
    font-size:15px;
    display:inline;
    padding-bottom: 20px;
    width: 550px;
}
.FooterEmailDIV
{
	text-align: left;
	 margin-bottom: 10px; 
	 
	 vertical-align: top;		
	 margin-top:0px;	
	 padding-left:10px;
}
.FooterEmaintxtBox
{
	width: 100px; font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px; margin-right: 0px;
color:#CCCCCC;
}
.product_Qty
{
    width: 300px;
    height: 20px;
    background: #FFF;
    float: left;
    margin-top: 15px;
    font-size: 11px;
}
.product_Cart
{
    width: 554px;   
    background: #FFF;
    float: left;
    text-align: left;
   font-size: 11px;
   color:#666666;
}

.product_CartIn
{
    height: 25px;
    float: left;
    text-align: left;
}

.product_Cart a:hover
{
    color: #CCC;
}
.product_Cart a:active
{
    color: #FFF;
}

.product_Cart a:link
{
    color: #FFF;
}
.product_Cart a:visited
{
    color: #FFF;
}
.cssGiftFreeship
{	 
	color:#999999;
	text-decoration:none;
}
.cssGiftFreeship a:hover
{     
	color:#666666;
    text-decoration:none;
}
.cssGiftFreeship a:link
{     
	color:#999999;
    text-decoration:none;
}
.cssGiftFreeship a:visited
{  
	color:#999999; 
    text-decoration:none;
}
.product_Tab
{
    width: 564px;
    background: #FFF;
    float: left;
    margin-top: 10px;
    border: 0px solid #CCC;
    font-size:14px;
    text-align:left;
}

.product_Tab A:active {
	font-size:14px;
	text-decoration:underline;
}
 .product_Tab A:inactive {
	font-size:14px;
}
 .product_Tab A:Link {
	font-size:14px;
	text-decoration:underline;
}
 .product_Tab A:visited  {
	font-size:14px;
	text-decoration:underline;
}
.CssRelatedproducts
{
	zoom:1;
	margin-bottom:0px;
}


	
	
/* ~~ main content area where homepage topic html goes, this has a minimum height of 464px ~~ */
.contentblock {
	width: 960px;
	background: #FFF;
	margin: 0;
	padding: 0px;
	border: none;
	float: left;
	height: auto;
	overflow:hidden;
	font-size:13px !important;
	/* the auto value on the sides, coupled with the width, centers the layout */
}
.contentblockBG {
	margin:0 0 0 0;
	width: 553px;
	height: 465px;
	float: left;
	background-image: url(images/HomeAdd.jpg);
	/* the auto value on the sides, coupled with the width, centers the layout */
}
.contentblockBGSmall {
	margin:0px 0px 0 8px;
	width: 376px;
	height: 155px;
	float: right;
	/* the auto value on the sides, coupled with the width, centers the layout */
}
 
.contentblock table
{
	margin:0 auto;
}
/* ~~ this fixed width container has a solid border and contains content divs ~~ */
.copyrightblock {
	width: 920px;
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	font-size:12px;
	color:#999;
	/* the auto value on the sides, coupled with the width, centers the layout */
}

.copyrightblock a:link {
color:#999;
text-decoration:none;
}

.copyrightblock a:visited {
color:#999;
text-decoration:none;
}

.copyrightblock a:hover {
color:#666;
text-decoration:none;
}

.copyrightblock a:active {
color:#333;
text-decoration:none;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #ADB96E;
}

/* ~~ Notes ~~ 

1) Padding should only placed on the top and/or bottom of the divs. The elements within divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 20px;
	color: #F00;
	text-decoration: line-through;
}
.clearfloat { /* IMPORTANT -- this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ container for five footer columns ~~ */
.footerbox 
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	width: 940px;
	background:#F5F5F5;
	margin:10px 0px 0px 0px;
	padding: 0;
	border:none;
	float: left;
}

/* ~~ columns for footer ~~ */
.Box {
	float: left;
	width: 188px;
	font-size: 13px;
	border:none;
}

/* ~~ alternative colored column for email signup ~~ */
.EmailSignup {
	float: left;
	width: 188px;
	height:172px;
	font-size: 13px;
	background:#CCC;
	border:none;
}
.EmailSignup a:active  {
	color:#FFF;
	font-size: 13px;
}
 
 .EmailSignup a:link  {
	color:#FFF;
	font-size: 13px;
}
 .EmailSignup a:visited  {
	color:#FFF;
	font-size: 13px;
}
/* ~~ list styles for footer columns ~~ */
.EmailSignup ul {
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 0px 5px 10px 10px;
	font-size: 12px;
}

.Box ul {
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 0px 5px 20px 10px;
	font-size: 13px;
}

.Box li {
margin:0;
padding: 0px;
line-height: 17px;
color:#999;
}

.Box li a:link {
color:#999;
text-decoration:none;
}

.Box li a:visited {
color:#999;
text-decoration:none;
}

.Box li a:hover {
color:#666;
text-decoration:none;
}

.Box li a:active {
color:#999;
text-decoration:none;
}

/* ~~ secondary list styles for footer columns ~~ */
.EmailSignup li {
margin:0;
padding: 0px;
line-height: 14px;
color:#666;
font-size:11px;

}

li.strong {
margin:0;
padding: 5px 0px 0px 0px;
line-height: 16px;
color:#666;
font-size:14px;
font-weight:bold;
}

/* ~~ list links for footer columns ~~ 
li.strong a:link,a:visited {
	color:#333;
}

li.strong a:hover,a:active {
	color:#666;
}

li.strong2 {
margin:0;
padding: 5px 0px 0px 0px;
line-height: 16px;
color:#FFF;
font-size:14px;
font-weight:bold;
}

li.strong3 {
	margin:0;
	padding: 5px 0px 0px 0px;
	line-height: 14px;
	color:#333;
	font-size:12px;
	font-weight:bold;
}
*/
/* ~~ TEMPORARY styles for form mockup - you can remove after making form work ~~ */
.EmailSignup form {
	padding-top: 0px;
	float: right;
	text-align: center;
	margin-right: 10px;
	
}

    .MenuDiv
    {
    	width:98.7%;margin:0px;  padding-left: 0px; padding-right: 0 
    	
    }
    .MenuMozilla
    {
    	width:99%;margin:0px;  padding-left: 3px; padding-right: 0;
    }
    .MenuDivSafari
    {
    	width:98.7%;padding-right:2px;
    }
/* css driven cross-browser button 
---------------------------------------------- */
input.button
{
	
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Verdana, Helvetica, Arial, sans-serif;	
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
input.medium {
	font-size: 13px;
	padding: 2px .7em .4em .7em;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 13px;
	padding: .3em .7em .4em .7em;
	text-decoration: none;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
	margin-right: 10px;
}

/* button color styles - gray
---------------------------------------------- */

/* Category page Styles
---------------------------------------------- */
 

.ProductGridContainer {
                width: 936px;
                border-top: 2px solid #CCCCCC;
                margin: 0 auto;
                padding: 0;
}
 
.ProductGridBlock {
                width: 936px;
                background:#FFFFFF;
                margin: 0 auto;
                padding: 0;
}
 
.ProductBlock {
    float: left;
    width: 186px;
    height:258px;
                font-size: 13px;
                padding:0px;
                margin:0px;
                border-bottom: 1px dashed #CCCCCC;
                border-left: 1px dashed #CCCCCC;
}
.ProductBlockRight {
    float: left;
    width: 186px;
    height:258px;
                font-size: 13px;
                border-bottom: 1px dashed #CCCCCC;
                border-left: 1px dashed #CCCCCC;
                border-right: 1px dashed #CCCCCC;
}
 
.ProductBlock img {
    width: 164px;
    height:164px;
                padding:11px 11px 11px 11px;
                margin:0px;
                display:block;
                border:0px;
}
 
.ProductBlock a:link img {
background-color: #FFFFFF;
}
 
.ProductBlock a:visited img {
background-color: #FFFFFF;
}
 
.ProductBlock a:hover img {
background-color: #F5F5F5;
}
 
.ProductBlock a:active img {
background-color: #F5F5F5;
}
 
 
.ProductBlockRight a:link img {
background-color: #FFFFFF;
}
 
.ProductBlockRight a:visited img {
background-color: #FFFFFF;
}
 
.ProductBlockRight a:hover img {
background-color: #F5F5F5;
}
 
.ProductBlockRight a:active img {
background-color: #F5F5F5;
}
 
.ProductBlockRight img {
    width: 164px;
    height:164px;
                padding:11px 11px 11px 11px;
                margin:0px;
                display:block;
                border:0px;
}
 
.ProductBlock ul {
                list-style:none;
                list-style-type:none;
                margin: 0;
                padding: 0px 5px 10px 10px;
                font-size: 13px;
}
 
.ProductBlock li 
{
	list-style:none;
    list-style-type:none;
margin:0;
padding: 0px;
line-height: 15px;
color:#999;
}
 
.ProductBlock li a:link {
color:#999;
text-decoration:none;
}
 
.ProductBlock li a:visited {
color:#999;
text-decoration:none;
}
 
.ProductBlock li a:hover {
color:#666;
text-decoration:none;
}
 
.ProductBlock li a:active {
color:#333;
text-decoration:none;
}
 
 
.ProductBlockRight ul {
                list-style:none;
                list-style-type:none;
                margin: 0;
                padding: 0px 5px 10px 10px;
                font-size: 13px;
}
 
.ProductBlockRight li 
{
	list-style:none;
    list-style-type:none;
margin:0;
padding: 0px;
line-height: 15px;
color:#999;
}
 
.ProductBlockRight li a:link {
color:#999;
text-decoration:none;
}
 
.ProductBlockRight li a:visited {
color:#999;
text-decoration:none;
}
 
.ProductBlockRight li a:hover {
color:#666;
text-decoration:none;
}
 
.ProductBlockRight li a:active {
color:#333;
text-decoration:none;
}
 
  
 .variantprice
 {
 	font-size:15px;
	color:#000;
text-decoration:none;
font-style:normal;
 }
.RegularPrice 
{
	font-size:15px;
	color:#000;
text-decoration:none;
font-style:normal;
}
 
li.PreviousPrice {
font-size:11px;
text-decoration:line-through;
color:#CCC;
}
 li.RegPrice
        {
            font-size: 11px;
            text-decoration: none;
        }
         
        li.SalePrice
        {
            font-size: 11px;
            color: #FF0000;
        }

.SalePrice {
font-size:15px;
color:#FF0000;
font-style:normal;

}
 
li.strong {
margin:0;
padding: 5px 0px 0px 0px;
line-height: 16px;
color:#666;
font-size:14px;
font-weight:bold;
}
 
/*li.strong a:link,a:visited {
color:#666;
}*/
 
 
li.strong2 {
margin:0;
padding: 5px 0px 0px 0px;
line-height: 16px;
color:#FFF;
font-size:14px;
font-weight:bold;
}
 
li.strong3 {
margin:0;
padding: 5px 0px 0px 0px;
line-height: 14px;
color:#333;
font-size:12px;
font-weight:bold;
}
 
.ProductBlockdark form {padding-left: 10px; padding-bottom:15px; padding-top: 0px;}

/* CATEGORY PAGE */
.cattitle {padding-left:10px; padding:0px;}
.cattitle h1 {color:#666666; font-weight:bolder; padding:0px; margin:0px;font-size:14px;}
.subcatlinks {margin: 0px; padding-left:15px; padding:0px;color:#999;}
.subcatlinks a {text-decoration:none;font-size:110%;color:#999;}
.subcatlinks a:active, .subcatlinks a:visited, .subcatlinks a:link {text-decoration:none;font-size:110%;color:#999;}
.subcatlinks a:hover{text-decoration:none;font-size:110%;color:#333;}
.cattitleNextopia {padding-left:5px;}
.cattitleNextopia h1 {color:#999; font-weight:bolder;margin:0px;font-size:14px;}
.subcatlinksNextopia {margin: 0px; padding-left:15px; padding:0px; float:left; text-align:left;padding-left:5px;}
.subcatlinksNextopia a {text-decoration:none;font-size:14px;}
.subcatlinksNextopia span {color:#999;text-decoration:none;font-size:14px;font-weight:bolder; }
.subcatlinksNextopia a:active, .subcatlinksNextopia a:visited, .subcatlinksNextopia a:link {text-decoration:none;font-size:14px;}
.subcatlinksNextopia strong{text-decoration:none;font-size:14px;}
.NextopiaContainer{margin:5px;}
/* ~~ ---------------------------------------------- ~~ */
/* ~~              category     |       CSS          ~~ */
/* ~~ ---------------------------------------------- ~~ */
/* ~~ ---------------------------------------------- ~~ */
/* ~~ ---------------------------------------------- ~~ */
/* ~~ ---------------------------------------------- ~~ */


.NavBarTop {
	width: 190px;
	float: left;
	
	}
	
.NavBar {
	width: 190px;
	float: left;
	margin-top:-2px;
	/*margin-top: 13px;*/
	
	}
#NavBarSale {
	color: #F00;	
	
	}
	
	
.CatPromo {
	width: 180px;
	float: left;
	
	}

	
.MainCat{
	width: 748px;
	height: 438px;
	float: right;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	}
	.MainCatPage
	{
		width:100%;
		text-align:right;
	}
.SubCatTop {
	width: 750px;	
	}
	
.SubCatBox{
	width: 180px;
	float: left;
	
		}
.SubCatBox2{
	width: 180px;
	float: left;
	margin-left: 10px;	
		}
		
		
.SubCat {
	width: 178px;
	float: left;
	border: 1px solid #CCC;
	height: 178px;
			}
		 
.SubCat img {
    width: 172px;
    height:172px;
                padding:3px 3px 3px 3px;
                margin:0px;
                display:block;
                
}
			.SubCat a:link img 
			{
			    
background-color: #FFFFFF;
}
 
.SubCat a:visited img {
background-color: #FFFFFF;
}
 
.SubCat a:hover img {
background-color: #F5F5F5;
}
 
.SubCat a:active img {
background-color: #F5F5F5;
}
.SubCatTitle {
	width: 180px;
	float: left;	color:#999;text-decoration:none;font-size:110%;
			}
.SubCatTitle a:active, .SubCatTitle a:visited, .SubCatTitle a:link {font-weight:bold ;color:#999;text-decoration:none;font-size:110%;}
 
.SubCatTitle a:hover{color:#333;text-decoration:none;}


/*a:link {color:#999; text-decoration:underline}
a:active, a:visited {color:#333333; text-decoration:underline}
a:hover {color:#999999; text-decoration:underline}*/



.CssZoomView 
{
	color :#666666;
	font-size:11px;
	float:left;
	text-decoration:none;
}
.CssZoomView A:Link
{
	color :#666666;
	text-decoration:none;
}
.CssZoomView A:visited
{
	color :#666666;
	text-decoration:none;
}
.CssZoomView A:Hover
{
	color :#333333;
	text-decoration:none;
}

/****** Styles for Buttons  */
.giftTextBox
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
}

.csssaletext 
{
	color :#FF0000;
}
.QtyTextBox
{
	
	border-width: 1px 1px 1px 1px; 
	border-style: solid; 
	width: 28px; 
	height: 20px;
	border-color: #BCBCBC;
	text-align:center;
	vertical-align:bottom;
}	
.popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:170px;
width:280px;
background:#FFFFFF;
border:1px solid;
z-index:2;
padding:5px;
font-size:11px;

}
.popupContact h1{
text-align:left;
/* color:#6FA5FD;*/
font-size:13px;
font-weight:600;
border-bottom:1px solid #D3D3D3;
padding-bottom:3px;
margin-bottom:3px;
}
.popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
 
.NavBarTop img
{
    width:187px; 
    height:500px;
}
.Submenublock
        {
            width: 940px;
            min-height: 20px;
            background: #FFF;
            font-size: 14px;
            float: left;
        }
         .pageview
        {
            text-align: right;
            float: right;
            }
     .ProductGridBlockNext
        {
            width: 749px;
            background: #FFFFFF;
            padding: 0;
            border-top: 2px solid #CCCCCC;
            float: right;
        }   
         .QtyButoon
        {
            width: 18;
            margin-bottom: 0px;
            border: 1px solid #BCBCBC;
            border-left-width: 0;
        }
        .QtyBox
        {
            border: 0.5px;
            border-color: Gray;
        }
        .QtyDD_Row_selected
        {
            cursor: auto;
            font-weight: bold;
        }
        .QtyDD_Row
        {
            cursor: pointer;
        }
        .QtyDD_Row a:link
        {
            color: #666;
            text-decoration: none;
        }
        .QtyDD_Row a:visited
        {
            color: #666;
            text-decoration: none;
        }
        .QtyDD_Row_selected a:link
        {
            color: #666;
            text-decoration: none;
        }
        .QtyDD_Row_selected a:visited
        {
            color: #666;
            text-decoration: none;
        }
        .QtyDD_Cell
        {
            line-height: 180%;
            margin-right: 2px;
            text-align: center;
            font-weight: normal;
        }
        .QtyDD_arrow
        {
            margin-left: 3px;
            margin-right: 9px;
        }
        #QtyDD_Container
        {
            visibility: hidden;
            border: 1px solid #999999;
            font: 10px Verdana;
            line-height: 180%;
            background: #FFFFFF;
            width: 48px;
            position: absolute;
            cursor: default;
            left: -600px;
            top: -600px;
            height: 200px;
            overflow: scroll;
        }
        
         #ProductSize_dBox TD
        {
            font-family: verdana, arial, helvetica, sans-serif;
            font-size: 10px;
        }
        #ProductSize_dBox P
        {
            font-family: verdana, arial, helvetica, sans-serif;
            font-size: 10px;
        }
        #ProductSize_dBox
        {
            border: 1px solid #BCBCBC;
            height: 24px;
        }
        #ProductSize_dBox a, #ProductSize_dBox a:hover
        {
            color: #000000;
            text-decoration: none;
        }
        #ProductSizeDD_Placement
        {
            height: 1px;
            width: 1px;
        }
        #moreSizesDD_Container
        {
            visibility: hidden;
            border: 1px solid #999999;
            font: 10px Verdana;
            line-height: 180%;
            background: #FFFFFF;
            width: 460px;
            position: absolute;
            cursor: default;
            left: -600px;
            top: -600px;
        }
        .moreSizesDD_Heading
        {
            line-height: 180%;
            text-align: center;
        }
        .moreSizesDD_selected_Cell
        {
            font-weight: bold;
            line-height: 180%;
            margin-right: 2px;
            text-align: left;
        }
        .moreSizesDD_Row_selected
        {
            cursor: auto;
            font-weight: bold;
        }
        .moreSizesDD_Row
        {
            cursor: pointer;
        }
        .moreSizesDD_Row a:link
        {
            color: #666;
            text-decoration: none;
        }
        .moreSizesDD_Row a:visited
        {
            color: #666;
            text-decoration: none;
        }
        .moreSizesDD_Row_selected a:link
        {
            color: #666;
            text-decoration: none;
        }
        .moreSizesDD_Row_selected a:visited
        {
            color: #666;
            text-decoration: none;
        }
        .moreSizesDD_Cell
        {
            line-height: 180%;
            margin-right: 2px;
            text-align: left;
            font-weight: normal;
        }
        .moreSizesDD_price
        {
            color: #FF0000;
            margin-right: 3px;
            text-align: left;
        }
        .moreSizesDD_selected_price
        {
            font-weight: bold;
            color: #FF0000;
            margin-right: 3px;
            text-align: left;
        }
        .moreSizesDD_arrow
        {
            margin-left: 3px;
            margin-right: 9px;
        }
        .contentbg{text-align:left;margin:10px;font: 13px/100% Verdana, Helvetica, Arial, sans-serif;	}
        
/* 404 Page Style */
.pnfTitle {	
	font-size: 14px;
	color: #FFFFFF;
}
.pnfHeader {	
	font-size: 18px;
}
.pnfSubheader {	
	font-size: 12px;
	font-style: italic;
}
.pnfColtitle {	
	font-size: 14px;
	font-weight: bold;
}
.pnfLinklist {	
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: list-item;
	list-style: none;
}
.pnfLinklist a {
	text-decoration: none;
}
.pnfLinklist a:hover {
	text-decoration: underline;
}
/*a:visited
{
	color:#999;
}*/
.quickcartclose
{
    width: 16px; 
    height: 16px; 
    z-index: 2; 
    float: right; 
    margin-right: 5px;
    margin-top: -21px;
}

.errorLg
{
    color:#FF0000;
}
