/* Shop Styles */
.shopBrowsePrTable {
	margin: 0;
}
.shopBrowsePrTable tr td table table {
	border: 1px solid #eee;
}
.shopBrowsePrTable tr td table table:hover {
	border: 1px solid #fc0;
}
.shopBrowsePrTitle {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	text-align: center;
}
.shopBrowsePrAttrs {
	display:block;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	text-align: left;
}
.CartTable .Button { 
   margin: 1px 0;
   font-size: 9px !important;
   font-weight : bold;
   background-color: #000;
	border: 0;
   color: #fff; 
   width: 60px !important;
   height: 17px;
   cursor: pointer;
	padding: 0 5px 3px;
	*padding: 0 5px 0;
}
.CartTable .Button:hover {
   margin: 1px 0;
   font-size: 9px;
   font-weight : bold;
   background-color: #666;
	border: 0;
   color: #fc0; 
	width: 60px;
   height: 17px;
   cursor: pointer;
	padding: 0 5px 3px;
	*padding: 0 5px 0;
}
input.CartButtonPay  {
	border: 0 none; 
	font-size: 13px; 
	color: #e4e4e4;
	background-color: transparent;
   background-image: none;
   font-weight :bold;
   padding: 10px;
   width: auto;
   height : auto;
   cursor :pointer;
	text-decoration: blink;
}
input.CartButtonPay:hover {
	border: 0 none; 
	font-size: 13px; 
	color: #fff;
	text-decoration: underline; 
	background-color: transparent;
}
.CartTable  { 
   background-color : #C4C6C5;
	background-image: url(img/cart_table_bg.jpg);
	background-position: 0 25px;
	background-repeat: repeat-x;
   border : #292b2d 1px solid;
   width : 100%;
   height : auto;
   padding : 0;
   margin : 0;
}
.CartTable th { 
   background-color : #474748;
	background-image: url(img/cart_table_th_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
   border-bottom : #474748 1px solid;
   height : 20px;
   padding : 5px;
}
.CartTable tr td { 
   border-bottom : #474748 1px dotted;
}
.CartTable td { 
   height : auto;
   padding : 5px;
	color: #2c2c2b;
}
.CartTable td a {
	text-decoration: none;
   color : #341125;
}
.CartTable td a:hover { 
   color : #2c2c2b;
	text-decoration: underline;
}
.CartView_FocusedTd {
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.CartView_FocusedTd span {
	text-transform: capitalize;
	color: #000;
}
div#CartBottomNavigator { 
   width : 100%;
   margin : 30px 0px 0px 0px;
   text-align : center;
}
div#CartBottomNavigator a {
	text-decoration: none;
   color : #dce0df;
}
div#CartBottomNavigator a:hover { 
   color : #fff;
	text-decoration: underline;
}
td.CartSumFirst { 
   border : #292b2d 1px solid;
   background-color : #C4C6C5;
   color: #2c2c2b;
   text-align : right;
}
td.CartSumAddition { 
   border-bottom : #292b2d 1px solid;
   border-left : #292b2d 1px solid;
   border-right : #292b2d 1px solid;
   background-color : #C4C6C5;
   color : #2c2c2b;
   text-align : right;
 }
.CartBillTable { 
   background-color : #C4C6C5;
	background-image: url(img/cart_table_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
   border : #292b2d 1px solid;
   width : 100%;
   height : auto;
   padding : 10px;
   margin : 0px;
}
form table tr td h2 {
	color: #474748;
	margin: -5px 0 0;
}
form table tr td {
	color: #2c2c2b;
}
form table tr td input, form table tr td select {
	width: 50% !important;
}
form table tr td .checkbox {
	width: auto !important;
}
hr.CartHr  {
	background-color: transparent;
	color: transparent;
	width: 100%;
	height: 1px !important;
	border-collapse: collapse;
	margin: 10px 0;
	border: 0.5px solid;
	border-bottom : #474748 1px dotted;
}
.mForm_In1 {
	color: #2c2c2b;
}
.CartNewProduct {
	background-position: 0 0; 
	background-repeat: no-repeat; 
	position: relative; 
	left:0; 
	width:60px; 
	height:60px; 
	float:left; 
	text-align:center; 
	margin-top:-60px; 
	vertical-align:middle;
}
.CartBillTable, .CartBillTable td form table {
	/width: 875px;
	/margin: 0;
	/display: block;
	/height: auto;
	/float: none;
	/clear: both;
}

/* NOVO */
.ShopGalleryCatBlock { width:100%; float:left; height:auto; display:block; }
.ShopGalleryCat { float:left; color: #555; font-size: 9px;}
.ShopGalleryCat a { background-color: #F4F8FC; border: 1px solid #D2DEEA; margin: 3px; padding: 3px; text-align:left; text-decoration: none; display:block; overflow:auto; }
.ShopGalleryCat a:hover {  background-color: #EFF3F8; border: 1px solid #D7DBE7; }
.ShopGalleryCat img { margin: 4px 8px 2px 5px; padding: 0; border: none; float:left; } 
.ShopGalleryCat strong { vertical-align: top; font-size:12px; }
.ShopGalleryCat a span {  margin: 2px 0; }
.ShopGalleryCrumb { font-size: 11px; color: #616C76; margin: 10px;}
.ShopGalleryPP_Det { float:left; display:block; height:auto; width: auto; margin: 0 10px 0 0; }
.ShopGalleryPP_Det img { border: 1px solid #666; margin: 4px; }
.ShopGalleryPP_Brw { float: none; margin: 0 0 0 35px; font-size: 9px; }
.ShopGalleryPP_I { float:left; width: auto; margin: 3px; padding: 3px;  }
.ShopGalleryPP_I img { border: 1px solid #666; margin: 4px; }
.ShopGalleryPP_I a { background-color: #F4F8FC; border: 1px solid #D2DEEA; text-align:center; text-decoration: none; display: block; }
.ShopGalleryPP_I a:hover { background-color: #EFF3F8; border: 1px solid #D7DBE7; }
.ShopGalleryPP_I a strong { font-size:12px; }

#ShopCatBigImg {
margin: 0 0 2px 0;
border: #fff 1px solid;
}
.ShopCatAmbsTable td {

}
.ShopCatAmbsTable td img {
margin: 6px 4px 2px 5px;
border: #fff 1px solid;
cursor: pointer;
}
.shopBrowsePrTable img {
margin: 0;
padding: 0;
}
.shopBrowsePrTitle {
font-size: 12px !important;
color: #cccccc !important;
font-weight: bold;
text-align: left !important;
}
.shopBrowsePrAttrs {
display:block;
font-size: 11px !important;
font-weight: bold !important;
color: #cccccc !important;
}
.shopBrowsePrTable a span {
color: #ccc !important;
font-weight: bold !important;
}
.CartPP_OldPrice {
color: #ccc !important;
font-size: 10px !important;
font-weight: bold !important;
}
.CartPP_OldPrice span {
color: #FF3333;
text-decoration: line-through;
font-size: 12px !important;
font-weight: bold !important;
}
.CartPP_NewPrice {
color: #ccc !important;
}


.ShopPromoSubBlock {
	display: block;
	border-bottom: 1px dotted #73787C;
	margin: 5px 25px 10px;
}
.ShopPromoSubBlock H6 {
	text-align: left !important;
}
div.ShopPromoSubBlock a img {
	margin: 0 0 10px;
	border-bottom: 1px dotted #73787C;
}
div.ShopPromoSubBlock table td img {
	margin: 0 !important;
}