body {
	background: #333333 url(/images/bg.jpg) repeat-x;
	font-size: 80%;
	color: white;
	font-family: arial, verdana;
}

#container {
	width: 900px;
	margin: auto;
}

#header {
	padding: 0px 0px 0px 40px;
	position: relative;
	clear: both;
}

#accountlinks, #loginform {
	position: absolute;
	top: 10px;	
	right: 30px;
}
#loginform {
	width:390px;
}
#accountlinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#accountlinks li {
	float: left;
	margin: 0px 2px;
	padding: 0px;
}

#previewcart {
	position: absolute;
	bottom: 0px;
	right: 30px;
	margin: 0px;
	padding: 0px;
}
#forgotten {
	float: right;
	font-size: 85%;
}

#topnav {
	background: url(/images/topnav.jpg) top left no-repeat;
	color: white;
	height: 68px;
}
#topnav ul {
	list-style: none;
	margin: 0px 0px;
	padding: 30px 50px 0px 50px;
}
#topnav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#topnav ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 22px;
	font-size: 105%;
}

#content {
	background: url(/images/bg-box.gif) repeat-y;
	padding: 10px 50px 50px 50px;
	clear: both;
}
.legs #content {
	background: url(/images/box.jpg) no-repeat !important;
	padding-right: 250px;
	height: 350px;
}
#content_inner {
	height: 320px;
	overflow: auto;
	width: 570px;
}


#footer {
	background: url(/images/bottom-box.gif) no-repeat;
	height: 85px;
	clear: both;
}
.legs #footer {
	background: none;
	padding-top: 0px;
}

#creditcardlogos {
	text-align: center;
}
#creditcardlogos img {
	margin: 0px;
	height: 25px;
}

#copyright {
	text-align:center;
	font-size: 90%;
	color: white;
	margin: 0px 0px 8px 0px;
	padding-top: 35px;
}
#copyright a {
	color: white;
}

#breadcrumb {
	margin: 0px;
	padding: 10px;
}

img {
	border: none;
}

label {
	margin: 2px;
	float: left;
	width: 130px;
}

input, select, textarea {
	margin: 4px;
}

h1 {
	display: none;
}
h2 {
	font-size: 170%;
	margin-top: 5px;

}
h2, h3, h4 {
	color: #333333;
}
a {
	color: #333333;
}	


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}


#slider {
    width: 480px;
    position: relative;
	margin: 0px 10px;
}

.scroll {
    height: 290px;
    width: 480px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 15px;
    height: 260px;
    width: 450px;
	float: left;
	position: relative;
}

.scrollContainer div.panel img {
	width: 120px;
	margin: 10px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: right;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -20px;
}
.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}



/*-------------Messages-------------*/
.info, .success, .warning, .error {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url(/images/info.png);
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url(/images/success.png);
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url(/images/warning.png);
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url(/images/error.png);
}

/*-------------Admin-------------*/
#imagelist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#imagelist li {
	float: left;
	margin: 5px;
	padding: 0px;
}



.category_product {
	width: 23%;
	float: left;
	text-align: center;
	margin: 5px 1%;
	padding: 5px 0px;
}
.category_product:hover {
	background: #aaa;
}

.category_product h4 {
	font-size: 12px;
	margin: 5px 0px;
}
.category_product img {
	display: block;
	margin: 2px auto;
	height: 120px;
	border: 1px solid #f4265c;
}
.category_product a {
	text-decoration: none;
	color: #333;
}
.category_product .price {
	font-weight: bold;
	font-size: 16px;
}

#product_img {
	border: 3px solid #f4265c;
}
.product_thumbs {
	width:180px;float:left;margin:5px;
}
#product h4 {
	font-size: 18px;
	color: #333;
}
#product h4 #price {
	font-size: 26px;
}
#product_id {
	font-size:12px;
	color: #333;
}
#product label {
	float: none;
	width: auto;
}

#pagination {
	text-align: right;
	font-size: 120%;
	float: right;
	font-weight: bold;
}
#pagination {


}
