﻿/* LEFTCONTENT */

div.productleftcontent
{
	float: left;
	width: 205px;
	min-height: 500px;
	left: -50px;
	margin: 0;
	padding: 0;
	border: 0;
}
/* RIGHTCONTENT */

div.productrightcontent
{
	float: left;
	width: 285px;
	min-height: 365px;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	padding-left: 70px;
}

/* thumbnailwrapper */

table.productdetails
{
	width: 100%;
	height: 100%;
}

td.IMAGE
{
}

div.productheaderleft
{
	float: left;
	background-color: #D1CCDA;
	height: 20px;
	
	border-top: 1px solid #3E2964;
	border-bottom: 1px solid #3E2964;
	border-left: 1px solid #3E2964;
	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;


	font-size: 16px;
	font-family: Times New Roman;
	font-weight: bold;
	
	color: #3E2964;
	width: 600px;
}

div.productheaderright
{
	float: right;
	background-color: #D1CCDA;
	height: 20px;

	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	
	border-top: 1px solid #3E2964;
	border-bottom: 1px solid #3E2964;
	
	font-size: 16px;
	text-align: right;
	font-family: Times New Roman;
	font-weight: bold;
	
	color: #3E2964;
	width: 118px;
}

td.productcontent
{
}

/* Image TabScrollBlock */

div.tabscrollblock
{
	float: left;
	width: 205px;
	height: 72px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

div.tabscrollarrowleft
{
	float: left;
	width: 22px;
	height: 22px;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	background-image: url('../../ImagesZaek/TabScrollArrowLeft.png');
	background-repeat: no-repeat;
}

div.tabscrollarrowleft:hover
{
	float: left;
	width: 22px;
	height: 22px;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	background-image: url('../../ImagesZaek/TabScrollArrowLeftMouseOver.png');
	background-repeat: no-repeat;
}

div.tabscrollimages
{
	float: left;
	width: 50px;
	height: 72px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

div.tabscrollarrowright
{
	float: left;
	width: 22px;
	height: 22px;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	background-image: url('../../ImagesZaek/TabScrollArrowRight.png');
	background-repeat: no-repeat;
}

div.tabscrollarrowright:hover
{
	float: left;
	width: 22px;
	height: 22px;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	background-image: url('../../ImagesZaek/TabScrollArrowRightMouseOver.png');
	background-repeat: no-repeat;
}

img.zoomimage
{
}

div.carousel
{
	float: left;
	position: relative;
	height: 120px;
	left: -75px;
	border-top: solid 1px #B2B2B2;
}

div.sizeview
{
	margin-top: 15px;
	margin-bottom: 15px;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
	border-top: solid 1px #B2B2B2;
	border-bottom: solid 1px #B2B2B2;
}

div.sizeview table tbody tr td a
{
	text-decoration: underline;
	color: #575757;
}

div.sizeview table tbody tr td a:hover
{
	text-decoration: underline;
	color: #111111;
}

div.sizeview table tbody tr td 
{
	height: 20px;
	vertical-align: middle;
}

hr.horizontalruler
{
	width: 100%;
	height: 1px;
	color: #000000;
}



INPUT.favoritesbutton
{
	min-width: 150px;
	height: 22px;
	margin-top: 5px;
	padding: 0;
	padding-left: 3px;
	padding-right: 3px;
	
	border: solid 0px #87888A;
	
	background-image: url('../../ImagesZaek/InputButtonBackground.png');
	background-repeat: repeat-x;
	
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

input.tabbutton
{
	background-image: url('../../ImagesZaek/tab_button.jpg');
	width: 87px;
	height: 20px;
	border-collapse: collapse;
	border: 0px solid;
	
	color: #575757;
	font-size: 11px;
	cursor: pointer;
}

input.tabbuttonactive
{
	background-image: url('../../ImagesZaek/tab_button.jpg');
	width: 87px;
	height: 20px;
	border-collapse: collapse;
	border: 0px solid;
	
	color: #575757;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

div.proddesc
{
	border: 1px solid #cccccc;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
