/* Shop Styles */
.shopBrowsePrTable {
	margin: 20px 0 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: #0055AA 0px solid; 
	font-size: 11px; 
	color: #666;
	background-color: transparent;
   background-image :url(img/AddButton.jpg);
   background-repeat :no-repeat;
   font-weight :bold;
   padding: 2px 2px 8px 2px;
   width: 151px;
   height : 36px;
   cursor :pointer;
}
input.CartButtonPay:hover {
	border: #004488 0px solid; 
	font-size: 11px; 
	color: #000; 
	background-color: transparent;
}
.CartTable  { 
   background-color : #FFF;
   border : #ccc 1px solid;
   width : 100%;
   height : auto;
   padding : 0px;
   margin : 0px;
}
.CartTable th { 
   background-color : #F5F5F5;
   border-bottom : #ccc 1px solid;
   height : 20px;
   padding : 5px;
}
.CartTable td { 
   border-bottom : #ccc 1px solid;
}
.CartTable td { 
   border : #f5f5f5 1px solid;
   height : auto;
   padding : 5px;
}
.CartTable img  { 
   border-top : #aaa 1px solid;
   border-bottom : #555 1px solid;
   border-left : #aaa 1px solid;
   border-right : #555 1px solid;
}
div#CartBottomNavigator { 
   width : 100%;
   margin : 40px 0px 0px 0px;
   text-align : center;
}
td.CartSumFirst { 
   border : #ccc 1px solid;
   background-color : #FFF9F3;
   color : #003399;
   text-align : right;
}
td.CartSumAddition { 
   border-bottom : #ccc 1px solid;
   border-left : #ccc 1px solid;
   border-right : #ccc 1px solid;
   background-color : #FCFCFC;
   color : #003399;
   text-align : right;
 }
div#CartBottomNavigator a { 
   text-decoration: none;
   color:#0066CC;
}
div#CartBottomNavigator a:hover { 
   text-decoration: none;
   color:#3399FF;
}
.CartBillTable { 
   background-color : #FFF;
   border : #ccc 1px solid;
   width : 100%;
   height : auto;
   padding : 10px;
   margin : 0px;
}
hr.CartHr  {
	background-color: transparent;
	color: #ccc;
	width: 100%;
	height: 1px;
	border-collapse: collapse;
	margin: 10px 0px 5px 0px;
	border: 0.5px solid;
}
.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;
}
