@charset "utf-8";
/* CSS Document */

/******************************************************/
/* PRODUCT pages styles                               */
/******************************************************/
table.image {
	text-align:center;
	border-collapse:separate;
	border-spacing:10px;
	font-size:12px;
}
table.image a {
	text-decoration:none;
	color:#999;
}
table.image td {
	width:225px;
	padding:0px;
	border-style:double;
	border-color:#CCC;
	border-width:thin;
	background-color: #f8f8f8;
}
table.image td:hover{
	background-color: #FFFFFF;
}
table.image td img {
	width: 100%;
	height: 75px;
}
table.image font.title {
	font-size:14px;
}


table.default
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:2px;
}

table.default td
{
	/*border-style:solid;
	border-color:#ccc;
	border-width:1px;*/
}
table.default h3
{
	font-size:25px;
	color: #333;
}
table.default img
{
	width:120px;
	height:75px;
}


table.default img.right
{
	float: right;
	padding: 0px 0px 0px -3px;
}
table.default img.left
{
	float: left;
	padding: -3px 0px 0px 0px;
}




#apDiv_Left {
	position:absolute;
	width:460px;
	z-index:1;
	left: 0px;
	top: 0px;
	height: 2000px;
}

#apDiv_Right {
	position:absolute;
	width:215px;
	z-index:2;
	left: 460px;
	top: 0px;
	height: 2000px;
	
	background-image: url(../images/products/background.jpg);
	background-repeat: repeat;
}


#apDiv_Table {
	position:absolute;
	width:660px;
	/*height:2000px;*/
	z-index:3;
	left: 0px;
	top: 0px;
	font-size: 11px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.features_title {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 13px;
	font-style:normal;
}

.features_text {
	font-style: italic;
	color: #FFF;
	font-weight: normal;
}


/*******************************************************/
/*** DIV CATALOG TABLE *********************************/
/*******************************************************/
table.detail td {
	vertical-align: top;
	padding: 0px;
	padding-left:2px;
	text-align: left;	
}

table.detail td img.product {
	vertical-align: center;
	text-align: center;

	margin-left:10px;

	border-color: #FFF;
	border-width: 2px;
	border-style:solid;
	
	height: 125px;
	width: 175px;
}

table.detail td img.product_big {
	vertical-align: center;
	text-align: center;

	border-color: #FFF;
	border-width: 2px;
	border-style:solid;
	
	width: 428px;
}

table.catalog, table.detail {
	width: 648;
	border-collapse:collapse;
	border-spacing:0px;
	margin-top:10px;
	margin-bottom:10px;
}

table.catalog th {
	font-size: 14px;
	padding: 0px;
	padding-left:3px;
	color: #FFF;
	background-color: #999;
	border-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
}

table.catalog td {
	font-size: 14px;
	padding: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: thin;
	
}

table.catalog a {
	text-decoration:none;
}
table.catalog a:link, #left_column a:visited {
	color: #333333;
}
table.catalog a:hover, #left_column a:active, #left_column a:focus {
	color:#900;
	background-color: #ccc;
}
