@charset "utf-8";
/* SDS Collections Styles */

#addToCart {
	float:right;
	margin-bottom:0px;
	margin-right:10px;
}

.price {
	float:right;
	font-size: 1.1em;
}

#wrapper #largeView {
	position:absolute;
	top:191px;
	left:0px;
	display:none;
	width:768px;
	background: #E6D6B0;
	border: solid 1px #000;
	text-align: center;
	z-index:10;
}

#largeView img {
	border: solid 1px #000;
	margin: 0px auto 77px auto;
}

#mainCollection {
	display:none;
	background:#E6D6B0;
	width:460px;
	position:absolute;
	top:191px;
	left:0;
	z-index:1;
}

#wrapper #noscript {
	width:480px;
	position:absolute;
}

#wrapper noscript #noscript p {
	font-family: Monaco, Geneva, "Courier New", Courier, monospace;
	text-align:center;
	color:#000;
	font-size: .9em;
	margin:0;
	padding:3px 0 0 0;
}

body #sidebar ul {
	width:218px;
}

#sidebar .col a {
	background: #AE8C65;
	color:#333;
	cursor:pointer;
	padding-left:34px;
	margin-left:-18px;
}

#sidebar li.product a {
	border:1px solid #AE8C65;
	margin-left:-31px;
	padding-left:50px;
	width:193px;
}

#sidebar .hover a, #sidebar a:hover {
	color: #FFF;
	background: url(../_graphics/select2.gif) no-repeat 4px center;
}

#sidebar .colselect a {
	border: 1px solid #000;
	background: #E6D6B0;
	color:#000;
	cursor:pointer;
	padding-left:35px;
	margin-left:-19px;
}

body #wrapper #sidebar .select a {
	color: #333;
	border:1px dotted #E6D6B0;
	cursor: default;
	text-decoration: none;
	background: #AE8C65 url(../_graphics/select3.gif) no-repeat 4px center;
}

