/* CSS Document 

Developed by Harshad Mane and Team
Dated :: 28th August 2009
At :: Harshad Mane Development Center, Nashik, India

*/
body {
	background-color: #E9E9E9;
	margin-left: auto;
    margin-right: auto;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

a:link {
	color: #0b7fb5;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #0b7fb5;
}

a:hover {
	text-decoration: underline;
	color: #0b7fb5;
}

a:active {
	text-decoration: underline;
	color: #0b7fb5;
}

.header_line_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #5999b1;
}

.header_line_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #b7b7b7;
}

.separator {
	border-bottom: 1px dotted #bbbbbb;
	margin-bottom: 15px;
	width:90%
}

.separator1 {
	margin-bottom: 15px;
	width:90%
}
	
.container
{
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: auto;
    margin-right: auto;
	height: auto;
	width: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
}

.details-box { margin-bottom: 12px; }

.details-box h1 {
	border: 1px solid #e0e3e5;
	margin: 0px;
	background-position: left 2px;
	font: bold 16px Arial, Helvetica, sans-serif;
	background: #e7eef7;
	padding: 7px 9px 7px 12px;
}

.details-box .details-body {
	border: 1px solid #e2e7e9;
	border-top-width: 0px;
	padding: 13px 12px;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.italic{
 	text-align:center;
}

h2,h3{
display:none;
}

div#main_column {
	background-color: #ffffff;
	padding-left:100px;
	width: 1024px;
}

.validator{
	color:#333333;
	text-align:center;
	font-size:90.0%;
}

#table {
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #e2e7e9;
	padding: 13px 12px;
	width:auto;
}

#products_wrapper
{

}
#products_wrapper a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0b7fb5;
	text-decoration:none;
	border-bottom:1px dotted #0b7fb5;
}

#products_wrapper a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0b7fb5;
	text-decoration:none;
	border-bottom:0px dotted #0b7fb5;
}
#productMainImage1 {
 	float:left;
	background: url("/includes/templates/cherry_zen/images/shadowAlpha.png") no-repeat bottom right !important;
	background: url("/includes/templates/cherry_zen/images/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 40px !important;
	margin: 10px 0 0 5px;
	}

#productMainImage1 img {
	display: block;
	position: relative;
	background: #ffffff;
	margin: -3px 6px 6px -3px;
	border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
	padding: 4px;
	}
	
.vDotLine
{
    background:transparent url("/includes/templates/cherry_zen/images/delim_v.gif") top center repeat-y;
    width: 20px;
    font-size: 1px;
}

.hDotLine
{
    background-image: url("/includes/templates/cherry_zen/images/delim_h.gif");
	padding:1px 0;
	height:3px;
}
