@import url("nav.css");
@import url("content.css");
@import url("checkout.css");

* {
	font-family: 'Gill Sans MT','Trebuchet MS','Arial';
}

td.inptd
{
	width: 84px;
}

div.inp_grp
{
	width: 74px;
	margin-left: 0px;
	margin-right: auto;
}

div.inp_grp input.norminput{
	width: 40px;
	font-size: 10px;
	text-align: right;
	border: 1px solid #EC6C1C;
	background-color: #FFFFFF;
}
div.inp_grp input.subbutton{
		width: 31px;
		text-align: center;
		font-size: 10px;
		border: 1px solid #EC6C1C;
		background-color: #FFFFFF;
		margin-left: 1px;
}

div.inp_grp input.subbutton:hover{
	background-color: #555555;
	color: #FC7C2C;
	font-weight: bold;
}


div.pricez, div.pricez .slavepricez
{
	border: 1px solid #775555;
	display: block;
	width: 7px; 
	float: right;
	height: 14px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	overflow: hidden; 
	background-color: #EC6C1C;
	text-align: left;	
	background-image: url("../img/lookhere.gif");
	z-index: 1;
	cursor: help;
}
div.pricez .slavepricez
{
	display: none;
}

div.pricez:hover,
div.pricez_hover
{
	overflow: visible;
}

div.pricez:hover .slavepricez,
div.pricez_hover .slavepricez
{
	height: auto;
	width: auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	position: absolute;
	margin-left: 10px;
	margin-top: -1px;
	z-index: 10;	
	display:block;
	overflow: visible;
}




html, body {
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	margin:0;
	border:0;
	padding:0;
	color:#000000;
	background:url(../img/bg.gif) repeat-x;
	background-position:0 -20px;
	line-height:18px;
	color:#333333;
}

img {
	margin:0;
	padding:0;
	display: block;
	border:0;
}


#container{
	width:770px;
	padding: 0;
	margin:auto;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000; 
	border:1px solid #000000;
	background-color:#E6E6E6;
}
ul{
	margin:0;
	padding:0;
	border:0;
}

li{
	margin:0;
	padding:0;
	border:0;
}
p{
	margin:0;
	border:0;
	padding:0;
}

/* Links */
a {
	color:#000000;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	border:0;
}  
a:link {
	color:#ec6c1c;
	text-decoration:underline;
}
a:visited {
	color:#FF6600;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}

/* CopyRight Format-- */
div#copyright {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:20px 0 0 0;
	border:0;
	color:#FF6600;
	border-top:1px dotted #CCCCCC;
	padding:10px 0 10px 0;
	clear:both;
}

div#copyright a{
	color:#FF6600;
	text-decoration:underline;
}  

div#copyright a:link {
	color:#FF6600;
	text-decoration:underline;
}

div#copyright a:visited {
	color:#FF6600;
	text-decoration:underline;
}

div#copyright a:hover {
	color:#999999;
	text-decoration:underline;
}



div#header{
	width:770px;
	height:130px;
}

div#logo{
	padding:40px 0 0 607px;
}

#content{
	background:url(../img/bg_content.gif) repeat-y;
}

#left{
	width:136px;
	float:left;
}

#right{
	width:634px;
	float:right;
}

#title{
	padding:23px 0 10px 18px;
}

#p_web{
	padding:40px 0 0 20px;
}

span.line{
	display:block;
	border-bottom:1px solid #eee0d7;
	height:1px;
	padding:0;
	line-height:1px;
	font-size:1px;
	margin:7px auto;
}

a#shoppingcartlink{
	display:block;
	float:right;
	padding:7px 0 0 0;
}

a#shoppingcartlink img{
	display:inline;
}
