@charset "utf-8";
/* CSS Document */

#TopBarRight {
	width: 500px;
	height: 95px;
	margin: 5px 16px 0 0;
	float: right;
	text-align: left;
	background-image: url(../images/top_smedbo.gif);
}

#Container {
	width: 100%;
	xheight: auto;
	margin: 5px 0 0 0;
	background-color: red;
}

#RightContent {
	/*width: auto;
	float: right;
	margin: 16px 0 0 0;
	xleft: 250px;
	xmin-width: 450px;
	WELL DODGY*/
	
/*	position: absolute;
	left: 250px;
	right: 0;
*/
	margin-left: 250px;
}

#BottomStretch {
	width: 100%;
}

#Breadcrumb {
	float: right;
	font-size: 12px;
	line-height: 16px;
	margin: 6px 30px 15px 8px;
}

.ProductListBox {
	margin: 15px 5px 0 0;
	background-color: #e6f5f0;
	border: 1px solid #afc8c0;
	padding: 5px;
}

.ProductListBox img {
	border: 1px solid #afc8c0;
	width: 130px;
	/* width: 60px; */
	margin: 0 5px 0 0;
}

.ProductListBoxBar {
	background-color: #d0ece3;
	width: 320px;

/*	position: absolute;
	right: 0px;
	bottom: 0px; */
	float: right;
	margin: 8px 5px 0 0;
	border: 1px solid #afc8c0;
}

.ProductSizeOptions {
	background-color: #d0ece3;
	top: 50%;
	color: #1f9f76;
	float: right;
	margin: 8px 5px 5px 0;
	padding: 5px 5px 0 5px;
	height: 27px;
	border: 1px solid #afc8c0;
	font-size: 11px;
}

.ProductSizeOptions .Option {
	color: #1f9f76;
	font-size: 13px;
	margin: 9px 0 0 0;
	text-align: center;
}

#ProductInfoRight {
	width: 320px;
	float: right;
	margin: 0 3px 0 0;
	text-align: center;
}

.ProductInfoBar {
	background-color: #d0ece3;
	width: 260px;
	min-height:38px;
	margin: 10px 5px 25px 0;
	padding: 0 5px 0 0;
	border: 1px solid #afc8c0;
}

.AddButt {
	float: right;
	width: 90px;
	height: 20px;
	background-image: url(../images/butt_add.jpg);
	padding: 6px 0 0 0;
	text-align: center;
	margin: 3px 0 3px 3px;
}

.AddButt2 {
	float: right;
	width: 106px;
	height: 20px;
	background-image: url(../images/butt_more.jpg);
	padding: 8px 0 0 0;
	text-align: center;
	margin: 5px 0 5px 5px;
}

.AddButt a, .AddButt a:link, .AddButt a:visited, .AddButt a:active, .AddButt2 a, .AddButt2 a:link, .AddButt2 a:visited, .AddButt2 a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

.AddButt a:hover, .AddButt2 a:hover {
	color: #000000;
}

.MoreButt {
	float: right;
	width: 80px;
	height: 20px;
	background-image: url(../images/butt_more.jpg);
	padding: 6px 0 0 0;
	text-align: center;
	margin: 3px;
}

.MoreButt a, .MoreButt a:link, .MoreButt a:visited, .MoreButt a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

.MoreButt a:hover {
	color: #000000;
}

.Price {
	color: #1f9f76;
	font-size: 18px;
	margin: 9px 0 0 0;
	text-align: center;
}

.Price small {
	font-size: 11px;
}


#RelatedItems {
	width: 625px;
	min-height: 240px;
	margin: 6px auto 0 auto;
}

#RelatedItems a, #RelatedItems a:link, #RelatedItems a:visited, #RelatedItems a:active {
	color: #16976e;
	text-decoration: none;
}


#RelatedItems a:hover {
	color: #ec519d;
}

#RelatedItems li {
	float: left;
	width: 90px;
	height: auto;
	text-align: center;
	font-size: 11px;
	margin: 10px 12px 8px 2px;
}

#RelatedItems img {
	width: 66px;
	height: 66px;
	margin: 0 auto 0 auto;
}


/* TEMP */

.ProductListBox table { width: 100%;}
.ProductListBox td.r { text-align: right; vertical-align: bottom;}