body {
	margin: -12px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	background-color: #E8E8E8;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-image: url(/graphics/drcblue/bodybk.gif);
	background-repeat: repeat-x;
}

a {
    text-decoration: none;color: black; font-weight: bold;
}
a:link, a:visited { color: black; font-weight: bold; }
a:hover { color: #27A7DF; text-decoration: none; font-weight: bold; }
a:active { color: black; font-weight: bold; }

h2 { font-family: "Times New Roman"; font-size: 13px; line-height: 14px; padding:0; margin: 0px 0px 2px 0px }
h3 { font-family: Arial; font-size: 11px; font-weight: bold; padding:0; margin: 0 }
p { font-family: Arial; font-size: 11px; font-weight: normal; padding:0; margin: 0 }
hr { color: #bbbbbb; width: 100%; }

/* Tabular styling */
table
{
    border: 1px solid #bbbbbb;
    border-collapse: collapse;
    min-width: 540px;
    width: 540px;
}
caption
{
    text-align: left;
}
td,th{
 border:1px solid #bbbbbb;
 border-collapse:collapse;
 padding:5px;
 background: #eeeeee;
} 
thead th{
  background:#bbbbbb;
}
tfoot td{
  background:#bbbbbb;
}






#wrapper 
{
	background-image: url(/graphics/drcblue/wrapperbk.gif);
	background-repeat: repeat-x;
	background-color: #A7A8AB;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
	border-bottom: solid 1px #555555;
}

#page 
{
	background-color: white;
	width: 830px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-left: solid 1px #909090;
	border-right: solid 1px #909090;
	border-top: solid 1px #909090;
	min-height: 1400px;
}

#header
{
    width: 830px;
    margin: 1px 0px 0px 0px;
}

/* Navigation menu elements */
#navbar
{
    background-image: url(/graphics/drcblue/navbarbk.gif);
	background-repeat: repeat-x;
    width: 487px;
    margin: 0px 0px 0px 1px;
    height: 43px;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    float: left;
}
#navbar ul
{
    list-style:none;
	margin:0px;
	font-size: 14px;
	font-weight:normal;
	text-align:left;
	color: #cb0404;
}
#navbar ul li {
 	float: left;
	display: inline;
	color: #cb0404;
	min-width: 85px;
	min-height: 43px;
	border-right: solid 1px white;
	text-align: center;
	padding-top: 15px;
	width: 85px;
}
#navbar ul li a 
{
    font-family: "Times New Roman";
	font-size: 13px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}
#navbar ul li a:visited {
	color: #ffffff;
}
#navbar  ul li a:hover{
	color: #cb0404;
}
#navbar  ul li a:active {
	color: #cb0404;
}


/* Search box panel */
#navsearch
{
    background-image: url(/graphics/drcblue/navbarbk.gif);
	background-repeat: repeat-x;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    border-right: solid 2px white;
    padding-top: 12px;
    vertical-align: top;
    min-width: 300px;
    min-height: 43px;
    margin: 0px;
}
#navsearch ul
{
    list-style:none;
	margin:0px;
	text-align:left;
}
#navsearch ul li {
 	float: left;
	display: inline;
	min-width: 115px;
}
#navsearch li.last 
{
    min-width: 90px;
}
.button
{
    background-color: #F6A0A5;
    border: solid 2px white;
    height: 20px;
    color: White;
    font-size: 10px;
}


/* Left Nav panel */ 
#left {   
    background-image: url(/graphics/drcblue/contentbk.gif);
	background-repeat: repeat-x;
	width: 200px;
	float: left;
	padding-top:40px;
	padding-left: 10px;
	padding-bottom: 25px;
	border-right: inset 1px #cbcbcb;
	margin: -12px 0px 25px 1px;
	min-height: 500px;
}
#left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#left ul li {
    background-image: url(/graphics/drcblue/navitembk.gif);
    background-repeat: no-repeat;
	height: 18px;
	padding: 5px 0px 2px 30px;
	margin: 0;
}
#left ul li a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#left ul li a:visited {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#left a:hover {
	font-size: 14px;
	color: #cb0404;
	text-decoration: none;
	font-weight: normal;
}
#left a:active {
	font-size: 14px;
	color: #cb0404;
	text-decoration: none;
	font-weight: normal;
}
#left ul li.subcat {
    background-image: url(/graphics/drcblue/subnavitembk.gif);
    background-repeat: no-repeat;
	height: 18px;
	padding: 5px 0px 2px 35px;
	margin: 0;
}
/* Mini cart box */
#minicart
{
    width: 188px;
    min-height: 30px;
    background-color: #efefef;
    border: solid 1px #c2c2c2;
    text-align: right;
}
#minicart a
{
    font-size: 10px;
}
#minicart a:hover
{
    font-size: 10px;
}
#minicart a:active
{
    font-size: 10px;
}
#minicart a:visited
{
    font-size: 10px;
}
#minitotal
{
    background-color: #b1b1b1;
    width: 190px;
    text-align: right;
}

/* Content Area for Content Pages */
#ContentPage {
    background-image: url(/graphics/drcblue/contentbk.gif);
	background-repeat: repeat-x;
	padding: 40px 25px 25px 25px;
	width: 565px;
	color: #000000;
	vertical-align: top;
	margin: -12px 1px 0px 1px;
	float: right;
}
#ContentPage p
{
    padding: 0px 0px 10px 0px;
}
#ContentPage ul li
{
    list-style-type: none;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: middle;
}

#featureleft1
{
    background-image: url(/graphics/drcblue/featurebk.gif);
	background-repeat: no-repeat;
    width: 270px;
    min-height: 160px;
    float: left;
    background-color: #00539B;
    margin: 25px 25px 0px 0px;
}
#featureright1
{
    background-image: url(/graphics/drcblue/featurebk.gif);
	background-repeat: no-repeat;
    width: 270px;
    min-height: 160px;
    float: left;
    background-color: #00539B;
    margin: 25px 0px 0px 0px;
}
#featureleft2
{
    background-image: url(/graphics/drcblue/featurebk.gif);
	background-repeat: no-repeat;
    width: 270px;
    min-height: 160px;
    float: left;
    background-color: #00539B;
    margin: 25px 25px 0px 0px;
}
#featureright2
{
    background-image: url(/graphics/drcblue/featurebk.gif);
	background-repeat: no-repeat;
    width: 270px;
    min-height: 160px;
    float: left;
    background-color: #00539B;
    margin: 25px 0px 0px 0px;
}
.feature_left 
{
    color: White; 
    float: left; 
    width: 155px; 
    margin: 15px 0px 15px 15px; 
}
.feature_right 
{ 
    float: right; 
    width: 80px;
    height: 120px; 
    margin: 15px 15px 15px 0px;
    border: solid 2px white; 
}


/* Product listings pages */
#breadcrumbs
{
    float: left;
}
#nextn
{
    float: right;
}
.listing
{
    border: solid 2px #bbbbbb;
    width: 565px;
    height: 180px;
    margin: 0px 0px 35px 0px;
}
.listing_image
{
    border-right: solid 2px #bbbbbb;
    width: 120px;
    float: left;
    margin-right: 10px;
}
.listing_info
{
    height: 150px;
    border-bottom: solid 1px #bbbbbb;
    padding: 5px 2px 0px 15px;
}
.listing_buttons
{
    text-align: right;
    height: 25px;
    margin: 0px 0 0 0;
}

/* Product Details Page */
#product_dtls
{
    border: solid 1px #bbbbbb;
    min-width: 520px;
    min-height: 240px;
    float: left;
    padding: 10px 20px 10px 20px;
    margin: 20px 0px 20px 0px;
}
#product_dtls h1
{
    font-size: 14px;
    font-weight: bold;
    min-width: 500px;
    padding: 0;
    margin-bottom: 0px;
}
#product_dtls h2
{
    margin: 0px 0px 5px 0px;
    padding: 0;
    font-size: 10px;
    font-family: Arial;
    font-weight: normal;
    min-width: 500px;
}
#product_dtls img
{
    float: left;
    margin-right: 20px;
}

#footer
{
    width: 830px;
    background-color: #A7A8AC;
    height: 30px;
    color: White;
    text-align: center;
    padding: 10px 0px 10px 0px;
	margin: 0px 10px 10px 10px;
	border-left: solid 1px #909090;
	border-right: solid 1px #909090;
	border-bottom: solid 1px #909090;
}

#footer a
{
    font-weight: normal;
    color: White;
}