/** Page Fonts and Structure **/

body, td, th, p {
  font-family: verdana, sans-serif;
  font-size: 100%;
    color: #444444;
  padding: 0px;
  margin: 0px;
}

html, body {
    height: 100%;
}

/*/*/a{}
body,
body td,
body th,
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: x-small;
}
html>body,
html>body td,
html>body th
html>body p {
  font-size: x-small;
}  
/* */

a:link {
	color: #4d7499;
	text-decoration: none;
}
a:visited {
	color: #4d7499;
	text-decoration: none;
}
a:hover { 
	color: #4d7499;
	text-decoration: underline;
}
a:active { 
	color: #4d7499;
	text-decoration: none;
} 
img {
	border: 0px;
}

select {
	font-size: x-small;
	}
textarea {
	font-size: x-small;
}
input {
	font-size: x-small;
}
h1 {
	font-size: 160%;
	color: #4d7499;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%; 
}

/** Specific Structural Markup - Header and Footer **/

#top {
  width: 100%;
  }
  
#shopmenucontainer {
    position: relative;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	clear: both;
	} 
	 
#container {
  width: 99%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  float: right;
  margin-left: -240px;
  margin-bottom: 50px;
}

#menu {
	float: left;
	width: 240px;
	z-index: 10;
	}

#menu li {
	list-style-image: url(../inc/css_img/menu_li_bullet.gif);
	}
#menu ul ul li {
	list-style-image: url(../inc/css_img/menu_sub_li_bullet.gif);
	position: relative;
	}
#main {
	margin-left: 240px;
	}
	
#footer {
	position: relative;
	clear: both;
	width: 100%;
        padding: 5px 0px 5px 0px;
        margin-top:30px;
	border-top: #CCCCCC dashed 1px;
	text-align: center;
	bottom: 0px;	
}

.basket:link {
	color: #fff;
	text-decoration: none;
}
.basket:visited {
	color: #fff;
	text-decoration: none;
}
.basket:hover { 
	color: #fff;
	text-decoration: underline;
}
.basket:active { 
	color: #fff;
	text-decoration: none;
} 

.logo {
	text-align: center;
}
	
/** Form Styling **/
/** based on Cimex Media's shopform **/

.button {
  border: dashed 1px #4d7499;
  background-color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px;
  font-weight: bold;
  margin: 5px; 
}
form.shopform {
	width: 70%;
	font-size: 1.1em;
	color: #333;
	}

form.shopform fieldset {
  margin-bottom: 10px;
  border: none;
  border-top: 1px solid #C9DCA6;
  background: url(../inc/css_img/form_background.jpg) left bottom repeat-x;
	}

form.shopform legend {
  padding: 0 2px;
  padding-left: 0;
  font-weight: bold;
  margin: 0 -7px; /* IE Win */
  color: #333333;
}

/*\*//*/
form.shopform legend {
  display: inline-block;
}
/* IE Mac legend fix */

form.shopform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  color: #333333;
}

form.shopform fieldset ol {
  margin: 0;
  padding: 0;
}

form.shopform fieldset li {
  list-style: none;
  margin: 0px;
  padding: 5px 10px 7px;
  background: url(../inc/css_img/form_li_divider.gif) left bottom repeat-x;
}

p.shopform  {
  margin-bottom: 10px;
  border: none;
  border-top: 1px solid #C9DCA6;
  background: url(../inc/css_img/form_background.jpg) left bottom repeat-x;
	}
p.shopform ol {
  margin: 0px;
  padding: 0px;
}
p.shopform li {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 5px 10px 7px;
  background: url(../inc/css_img/form_li_divider.gif) left bottom repeat-x;
}

form.shopform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
  background: none;
}

form.shopform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form.shopform fieldset fieldset label {
  display: block;
  width: auto;
}

form.shopform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.shopform label {
  width: 120px; /* Width of labels */
}
form.shopform p {
  text-align: center;
  padding-bottom: 20px;
}
form.shopform .shopmenuitem {;
  padding: 15px;
}

form.shopform p a {
  border: dashed 1px #4d7499;
  background-color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px;
  font-weight: bold;
}

form.shopform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/** Category Page Layout **/

.categorytext {
	width: 100%;
}
.categorytext img{
	float: left;
}

.displayproduct {
	text-align: center;
	float: left;
	width: 31%;
	padding: 2px;
	padding-bottom: 30px;
}

.displayproduct P, .displayproduct H3
{
	padding-left:10px;
	padding-right:10px;
}


.displaytext {
	clear: both;
}

/** Product Details Page Styles **/

.productpage {
	text-align: justify;
	width: 90%;
	padding: 2px;
	margin: 0px 2% 0px 2%
}
.productheader {
	text-align: center;
}	

.productdescription {
	border: 1px #4d7499 solid;
	width: 98%;
	background-image: url(../inc/css_img/productpage_bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	}

.productdescription P {
	padding: 5px;
}

.manufacturerlogo img {
	float: left;
	padding: 100px 0px 0px 0px;
}

/** Product Styles **/

.pricerrp {
	color: #4d7499;
	font-weight: bold;
}
.pricediscount {
	color: #CC0000;
	font-weight: bold;
}

.productprice
{
	background-color: #fff;
	border: 0px solid #fff;
	padding: 10px;
}

/** Shopping Cart Page Styles**/

.cart
{
padding:10px;
width: 100%;
}

.cart TD
{
padding:5px;
padding-left:8px;
}

.cart .item
{
padding-top:7px;
border:1px solid #4D7499;
}

.cart .price
{
border:1px solid #4D7499;
width:130px;
}

.cart .linetotal
{
padding-top:7px;
border:1px solid #4D7499;
width:80px;
}

.cart .total
{
font-weight:bold;
font-size:small;
text-align:center;
}

.cart .suboptions
{
font-style: italic;
border-collapse:collapse;
margin-bottom:10px;
}

.cart .suboptions .row,
.cart .suboptions .name,
.cart .suboptions .value
{
padding:0px;
padding-left:20px;
}

.cart .suboptions .value
{
font-weight: bold;
color:#4D7499;
}

.info P.options
{
padding:10px;
text-align:center;
}

.info P.options A
{
background: url(../inc/css_img/menu_li_bullet.gif) no-repeat;
padding-left: 15px;
font-size:medium;
display:inline;
margin-right:40px;
white-space: nowrap;
}

.info DIV.guide
{
padding:5%;
padding-top:20px;
padding-bottom:20px;
}

.info P.guide
{
width:90%;
border:1px solid #4D7499;
padding: 10px;
}
