/* cart styles */
/* My shopping cart style */
TABLE.cart {
border-collapse:collapse;
margin:5px;
}
TABLE.cart td {
padding:2px;
width: 500px;
}
TABLE.cart th {
font-weight:bold;
}
td.qty, td.price {
text-align:right;
vertical-align:middle;
}
/*#mycart {
margin:10px 6px 0 0;
background-color:#6d7973;
color:#fff;
float: right;
width: 200px;
position: relative;
color: white;
}*/

#mycart{
text-align:left;
width: 170px;
background-color: #f8f4e8;
border: 1px solid #eadfc0;
background-image: url(../images/title-logintoshop.gif);
background-position: top center;
background-repeat: no-repeat;
padding: 30px 0px 20px 3px;
margin: 0px 0px 0px 0px;
font: 11px Arial, Helvetica, sans-serif;
color: #667dd0;
}

#mycart a:link, #mycart a:visited {
font: 11px Arial, Helvetica, sans-serif;
color: #667dd0;
text-decoration: none;
}

#mycart a:hover {
font: 11px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
}

#mycart li {
list-style: none;
}
#mycart h2 {
text-align:center;
margin: 8px 0px 0px 0px;
padding: 0px 0px 3px 0px;
font:14px/18px Arial, Helvetica, sans-serif;
color:#667dd0;
font-weight: bold;
/*text-transform: uppercase;*/
}

#link-mycart-logout {
	position: absolute;
	right: 230px;
	top: 130px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#link-mycart-logout a:link, #link-mycart-logout a:visited{
text-decoration: none;
color: #6a6b68;}

#link-mycart-logout:hover {
	color: #FD4703;
	text-decoration: none;
}
#mycart p {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
}

#mycart table, #mycart td {
	text-align:left;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

#mycart table {
	margin: 0px 12px;
}

#mycart table ul {
	margin: 0px;
	padding: 0px 0px 2ex;
}

#mycart table ul li {	
}

#mycart table ul li a {
color: white;
}

#mycart form table {

}

#mycart tr.product td {
	padding: 8px 0px 8px 8px;
	background: #fcfaf4 url(images/sect-b-my-gear-product.gif) repeat-x left bottom;
	border-bottom: 1px solid #8e9295;
	vertical-align: middle;
	border-top: 1px solid white;
}

#mycart tr.product td.thumbnail {
	width:48px;
}

#mycart tr.product td.thumbnail img {
	vertical-align:middle;
}

#mycart tr.product td.description {
	color: #5c5f61;
	font-size: 10px;
	line-height: 1.4;
	width: 104px;
}

#mycart tr.product td.description a:link, #mycart tr.product td.description a:visited {
	color: #161817;
	font-size: 10px;
	text-decoration:none;
}

#mycart tr.product td.description a:hover {
	color: #5c5f61;
	font-size: 10px;
	text-decoration:none;
}

#mycart tr.total td {
	font-weight: bold;
	background: #eadfc0;
	color: #5C5F61;
	font-size: 10px;
	padding: 1px 8px;
}

#mycart-bottom {
	padding:10px 0px 10px 0px;
	background: url(images/sect-b-my-gear-bottom.gif) no-repeat center bottom;
	position: relative;
}

#mycart-bottom a.checkout, #mycart-bottom a.my-account {
	position: absolute;
	width: 76px;
	height: 20px;
}

#mycart-bottom a.checkout span, #mycart-bottom a.my-account span {
	position: absolute;
	width: 76px;
	height: 20px;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

#mycart-bottom a.checkout { 
	left: 3px;
}
#mycart-bottom a.checkout span {
	background: url(/images/sect-n-my-gear-checkout.gif) no-repeat 0px 0px;
}
#mycart-bottom a.my-account { 
	right: 3px; 
}
#mycart-bottom a.my-account span {
	background: url(/images/sect-n-my-gear-account.gif) no-repeat 0px 0px;
}
#mycart .text{
	marging: 0px 0px 0px 5px;
	font: 10px Arial, Helvetica, sans-serif;
	border: 1px solid #eadfc0;
	background-color:#FFFFFF;
	padding:2px 0px 2px 4px;

}