.cartsum {
	text-decoration:underline;
}

#cartsum {
	text-decoration:underline;
}

.button {
	float:left;
	height:31px;
	display:block;
	line-height:31px;
	background-image:url(../images/button_bg.jpg);
	background-repeat:repeat-x;
	display:block;
	color:white;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	width:120px;
	text-align:center;
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	opacity:0.85;
	filter: alpha(opacity = 85);
}

a.button:hover {
	border:1px solid #bdbdbd;
	opacity:1.0;
	filter: alpha(opacity = 100);
}

#cartcontainer {
	width:642px;
	height:50px;
	margin-left:179px;
	line-height:50px;
}

#cart {
	position:absolute;
	font-size:10px;
	color:white;
	width:642px;
	z-index:400;
	height:50px;
	line-height:21px;
}

#cart input {
	border:1px solid white;
}

#cart a.cartsum {
	color:white;
	outline:none;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	padding-top:3px;
	text-decoration:none;
}

#cart a.shopcart {
	outline:none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:12px;
	font-weight:bold;
	padding-top:3px;
	color:white;
	text-decoration:none;
}

#cart a.logout {
	outline:none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:12px;
	font-size:10px;
	padding-top:3px;
	line-height:33px;
}

#editcart {
	
}

#shopcart {
	
}

#cart .count {
	width:30px;
}

#cartproducts {
	list-style-type:none;
	clear:both;
	display:none;
	padding-bottom:8px;
	background-color:#80A900;
	width:366px;
	padding-right:16px;
	padding-left:16px;
	line-height:26px;
}

.border {
	border-top:1px dotted white;
	height:1px;
	padding-top:4px;
}

#cart ul li {
	clear:both;
}

.productname {
	float:right;
	text-align:center;
}

#addedprod {
	display:none;
	background-color:#2b6f0d;
	border-top:none;
	width:266px;
	padding-right:16px;
	padding-left:16px;
	font-size:12px;
	line-height:160%;
	opacity:0.95;
	
	clear:both;
	border-left:2px solid white;
	border-bottom:2px solid white;
	border-right:2px solid white;
}

#addedprod img {
	padding-left:0;
}

#addedprod h3 {
	padding-top:12px;
	padding-bottom:12px;
}

.addedprodheader {
	padding-left:17px;
	color:#493e34;
	font-size:12px;
	font-weight:bold;
	padding-bottom:12px;
}

.productprice {
	text-align:center;
	float:right;
	width:60px;
}

.productamount {
	text-align:center;
	float:right;
	width:50px;
	
}

.productamount input {
	text-align:center;
	text-align:right;
}

.productdel {
	text-align:center;
	float:right;
	width:50px;
	
}

.clear {
	clear:both;
}

#productmenu {
	
	
}

#product {
	
}

#product .header {
	background:none;
	padding:0;
	background-color:white;
	padding-bottom:8px;
}

#product .descriptionp {
	padding-bottom:13px;
}

#product .price {
	padding-bottom:13px;
	height:22px;
	line-height:22px;
	padding-right:10px;
	font-weight:bold;
}

#product .picture {
	float:left;
	padding-left:42px;
	padding-right:12px;
}

#product .info {
	padding-top:10px;
	padding-left:42px;
	padding-right:32px;
	clear:both;
}

#product .rightinfo {
	float:left;
	width:280px;
	color:#2d7b04;
	font-size:13px;
	font-weight:bold;
	padding-left:20px;
}

#product .prod {
	display:block;
	outline:none;
	color:#2d7b04;
	font-size:16px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	text-decoration:none;
}

#product .prod img {
	vertical-align:middle;
}

#productmenu .header {
	background-image:url(../images/productheader.jpg);
	background-repeat:no-repeat;
	width:153px;
	height:37px;
	padding-left:41px;
	line-height:37px;
	color:#ffffff;	
	font-weight:bold;
}

#productmenu li a.productitem {
	text-decoration:none;
	color:#343e0a;
	background-image:url(../images/productitem.gif);
	background-repeat:no-repeat;
	width:153px;
	height:29px;
	line-height:29px;
	padding-left:41px;
	display:block;
	outline:none;
}

#productmenu li a.productitemopened {
	background-image:url(../images/productitemselectedopen.gif);
	text-decoration:none;
	color:#ffffff;
	background-repeat:no-repeat;
	width:153px;
	height:29px;
	line-height:29px;
	padding-left:41px;
	display:block;
	outline:none;
}

#productmenu li a.productitemsub {
	text-decoration:none;
	color:#343e0a;
	background-image:url(../images/productitemsub.gif);
	background-repeat:no-repeat;
	width:141px;
	height:29px;
	line-height:29px;
	padding-left:53px;
	display:block;
	outline:none;
}

#productmenu li a.productitemsubopened {
	background-image:url(../images/productitemsubselected.gif);
	text-decoration:none;
	color:#343e0a;
	background-repeat:no-repeat;
	width:141px;
	height:29px;
	line-height:29px;
	padding-left:53px;
	display:block;
	outline:none;
}

#productmenu li a.productitem:hover {
	color:#ffffff;
	background-image:url(../images/productitemselected.gif);
}

#productmenu li {
	background-color:#f0efef;
	padding-bottom:1px;
	font-size:12px;
}

.productmenusub li {
	background-color:#ffffff;
	padding-bottom:1px;
	font-size:12px;
}

#productmenu .productitem {
	
}

#product .prod {
	
}

.prodcontainer {
	float:left;
	background-image:url(../images/productbg.gif);
	background-repeat:no-repeat;
	background-color:black;
	width:186px;
	height:222px;
	cursor:pointer;
	padding-top:16px;
	padding-left:16px;
}

.productprice1 {
	color:#667a0e;
	font-size:12px;
	font-weight:bold;
	padding-left:8px;
	padding-bottom:1px;
}

.productname1 {
	color:#434343;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:1px;
}

.loginl {
	float:left;
	line-height:21px;
	padding-left:7px;
	height:50px;
	width:140px;
}

.loginu {
	width:140px;
	height:16px;
	color:#7b7b7b;
}

.loginp {
	width:140px;
	height:16px;
	color:#7b7b7b;
}

.logins {
	width:70px;
	height:18px;
	font-size:10px;
}

.firstr {
	text-align:right;
	width:506px;
	float:left;
	font-size:14px;
	font-weight:bold;
}

.secondr {
	text-align:right;
	width:79px;
	float:left;
	font-size:14px;
	font-weight:bold;
}

#product .headerp {
	font-size:14px;
	font-weight:bold;
	padding-bottom:13px;
	
}

.pid {
	float:left;
	width:90px;
	overflow:hidden;
}

.pid2 {
	float:left;
	width:255px;
	overflow:hidden;
}

.pcode {
	float:left;
	width:140px;
}

.pprice {
	float:left;
	width:60px;
	
}

.pamount {
	float:left;
	width:70px;
	text-align:center;
}

.ptotal {
	float:left;
	width:60px;
	text-align:right;
}

.pdelete {
	float:left;
	width:60px;
	text-align:center;
}

.prodlinecolor {
	color:#2D7B04;
	font-weight:bold;
}

.productitem img {
	cursor:pointer;
}
