@charset "utf-8";
body  {
	font:14px "Tw Cen MT";
	background:#000000 url(Back.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#AAAAAA;
}
a{
color:#CCCCCC;
text-decoration:none;
}
a:hover{
color:#0099CC;
text-decoration:underline;
}
.oneColFixCtrHdr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border:0px;
	margin:0px;
	border-bottom:1px #999999 solid;
	background:url(HeaderBack.png) no-repeat;
	height:160px;
	overflow:hidden;
}
.oneColFixCtrHdr #header h1 {
	margin:0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:18px;
	color:#CCCCCC;
	margin:0px;
	float:right;
	margin-bottom:10px;
	margin-top:17px;
	width:830px;
	text-align:right;
}
.oneColFixCtrHdr #header span{
display:block;
float:right;
width:800px;
text-align:right;
margin:0px;
margin-right:50px;
margin-top:20px;
}

#HeadMenu{
display:block;
margin:0px;
width:830px;
}
#HeadMenu ul{
margin:0px;
padding:0px;
}
#HeadMenu ul li{
margin:0px;
padding:0px;
list-style:none;
float:left;
margin-right:2px;
background:url(ButtonHead.jpg) no-repeat left top;
}
#HeadMenu ul li:hover{
background:url(ButtonHeadhover.jpg) no-repeat left top;
}
#HeadMenu ul li a{
display:block;
color:#E6E6E6;
text-decoration:none;
font-size:12px;
width:106px;
height:21px;
font-weight:bold;
overflow:hidden;
padding:5px;
}
#HeadMenu ul li a span{
font-size:12px;
font-weight:normal;
display:block;
color:#666666;
}
#HeadMenu ul li a:hover{
color:#0099CC;
}


#Menu{
display:block;
}
#Menu ul{
margin:0px;
padding:0px;
}
#Menu ul li{
margin:0px;
background:url(Button.jpg) no-repeat;
padding:0px;
list-style:none;
float:left;
margin-right:2px;
padding:10px;
}
#Menu ul li:hover{
background:url(ButtonHover.jpg) no-repeat;
}
#Menu ul li a{
display:block;
color:#AAAAAA;
text-decoration:none;
font-size:22px;
width:255px;
height:73px;
font-weight:bold;
}
#Menu ul li a span{
font-size:18px;
font-weight:normal;
display:block;
color:#666666;
}


.oneColFixCtrHdr #mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent .noborder{
margin:0px;
padding:0px;
border:0px #000000 solid;
}
.oneColFixCtrHdr #mainContent img{
margin:0px;
padding:0px;
}
.oneColFixCtrHdr #mainContent img:hover{
margin:0px;
padding:0px;
}
.oneColFixCtrHdr #mainContent h1{
display:block;
color:#CCCCCC;
border:0px;
border-top:1px #333333 solid;
font-size:20px;
background:url(h1back.png) repeat-x;
padding:0px;
margin:0px;
padding-left:10px;
width:820px;
}
.oneColFixCtrHdr #footer {
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#666666;
	
}
.oneColFixCtrHdr #footer a{
color:#666666;
}
.oneColFixCtrHdr #footer h1{
display:block;
color:#CCCCCC;
border:0px;
border-top:1px #333333 solid;
font-size:20px;
background:url(h1back.png) repeat-x;
padding:0px;
margin:0px;
padding-left:10px;
width:820px;
}
.oneColFixCtrHdr #footer p {
	margin:0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


















/* ADMIN */
#AdminControlPanel{
width:100%;
height:50px;
background-image:url(background2.jpg);
background-repeat:repeat-x;
border:0px #333333 solid;
border-bottom:#666666 solid 1px;
position:static;
overflow:hidden;
}
#AdminControlPanel ul{
display:inline;
float:left;
}
#AdminControlPanel li{
display:block;
float:left;
padding:5px;
margin:2px;
background-color:#CCCCCC;
}
#AdminControlPanel a{
color:#000000;
text-decoration:none;
}
#AdminControlPanel a:hover{
color:#666666;
text-decoration:none;
}
#AdminControlPanel img{
border:0px;
}
/* ADMIN */






















/* BASKET LAYOUT */

#Selected{
font:12px "Tw Cen MT";
}

#Selected table { 
	color: #000;
	font-size:12px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;	
}
#Selected table a {
	text-decoration: underline;
}
#Selected table a:visited {
	text-decoration: none;
}
#Selected tr.odd {
	background-color: #ebf3ff;
}
#Selected tr a {
	color: #000000;
}

#Selected tr:hover,#Selected tr.odd:hover {
	background-color:#CEEFFF;
	color:#333333;
}
#Selected caption {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(captop.jpg) no-repeat;
	background-position: 50% top;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
}
#Selected th {
	font-size:12px;
	border-top:1px #FFFFFF solid;
	background-color:#676767;
	color:#FFFFFF;
}

#Selected th:hover {
	background-color:#676767;
	color:#FFFFFF;
	
}
#Selected th a{
color:#FFFFFF;
text-decoration:none;
}
#Selected th a:hover{
color:#FFFFFF;
}
#Selected tr {
	vertical-align: top;
}
#Selected tr, #Selected th, #Selected td {
	padding: .15em;
}
#Selected td {
	border-left: 1px solid #dadada;
}
#Selected tfoot tr {
	background: #fff url(bbar.gif) repeat-x;
}
#Selected tfoot td, tfoot th{
	color: #000;
	border: 0px;
}

#Selected tr td span{
font-size:10px;
color:#999999;
}

#NewsBox{
width:220px; 
height:350px; 
overflow:hidden; 
border:0px #FFFFFF solid; 
padding:0px; 
margin:5px;
margin-right:0px;
margin-top:0px; 
float:right;
background:#999999;
color:#000000;
}
#NewsBoxInner{
width:205px; 
height:310px; 
overflow:auto; 
border:0px #FFFFFF solid; 
padding:5px; 
margin:0px; 
}
#NewsBoxInner a{
color:#666666;
}
#NewsBox h2{
display:block;
color:#000000;
border:0px;
border-top:1px #333333 solid;
font-size:20px;
background:url(h1back.png) repeat-x;
padding:0px;
margin:0px;
padding-left:10px;
width:210px;
}
#NewsBox ul{
margin:0px;
padding:0px;
list-style:none;
}
#NewsBox ul li{
margin:0px;
padding:0px;
list-style:none;
}