@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

body {
	background-image:url(../images/background.gif);
	margin:0px;
}

a:link, a:visited, a:active {
	color:#aaaaaa;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

#wrapper {
	width:100%;
	display:table;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
}

#container {
	width:956px;
	margin:0 auto;
}

#topNav {
	height:40px;
	overflow:hidden;
}

#topNav h1 {
	float:left;
	margin:0;
	padding:0;
	font-size:11px;
	visibility:hidden;
}

#topNav ul {
	margin:20px 0;
	padding:0;
	list-style:none;
	float:right;
}

#topNav ul li {
	margin:0 20px 0 0;
	padding:0;
	text-transform:uppercase;
	font-size:11px;
	float:left;
}

#mainNav {
	height:90px;
	overflow:hidden;
}

#mainNav #logo {
	margin:0;
	background:none;
}

#mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#mainNav ul li {
	font-size:11px;
	margin-left:1px;
	background-image:url(../images/navigationHover.gif);
	background-repeat:no-repeat;
	float:left;
}

#mainNav ul li div {
	width:114px;
	height:23px;
	background-image:url(../images/navigation.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:67px;
	cursor:pointer;
}

#mainNav ul li div:hover {
	background:none;
}

#langNav {
	height:30px;
	overflow:hidden;
}

#langNav ul {
	margin:8px;
	float:right;
	list-style:none;
}

#langNav ul li {
	margin:0 7px;
	text-transform:uppercase;
	font-size:10px;
	float:left;
}

#left {
	width:579px;
	float:left;
	margin-left:12px;
}

#left h2 {
	background-image:url(../images/leftTitle.gif);
	height:21px;
	margin:0;
	padding:9px 0 0 10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

#left #content {
	margin:0 0 15px 0;
	padding:0;
	border:#333333 1px solid;
	border-top:0;
	background-color:#171717;
	font-size:11px;
	overflow:auto;
	height:100%;
}

#left #content p {
	margin:15px;
	text-align:justify;
	font-size:11px;
}

#left #content form {
	float:right;
	overflow:auto;
}

#left #content form input, #content form textarea {
	padding:2px;
	border:#666666 1px solid;
	background-color:#333333;
	width:300px;
	color:#FFFFFF;
	font-size:11px;
}

#left #content form button {
	padding:2px 15px;
	border:#666666 1px solid;
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

#left #content form button:hover {
	border:#ffffff 1px solid;
}

#left #featured {
	margin:0 0 15px 0;
	padding:1px 0;
	border:#333333 1px solid;
	border-top:0;
	background-color:#171717;
	font-size:11px;
	overflow:auto;
	height:180px;
}

#left #featured ul {
	list-style:none;
	padding:0;
	margin:0;
}

#left #featured ul li {
	width:160px;
	height:160px;
	float:left;
	background-color:#222222;
	margin:0 1px 0 0;
	padding:10px;
	text-align:center;
	font-size:10px;
}

#left #featured ul li:hover {
	background-color:#272727;
}

#left #featured ul li img {
	border:#666666 1px solid;
	padding:1px;
	width:100px;
	height:100px;
	margin-bottom:5px;
}

#left .jMyCarousel .prev{
	background: url(../images/scrollLeft.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:20px;
	height:180px;
	border:0;
	margin:1px;
	cursor:pointer;
}

#left .jMyCarousel .next{
	background: url(../images/scrollRight.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:20px;
	height:180px;
	border:0;
	margin:1px;
	cursor:pointer;
}

#left #categories {
	margin:0 0 15px 0;
	padding:0 0 1px 1px;
	border:#333333 1px solid;
	border-top:0;
	background-color:#171717;
	font-size:11px;
	overflow:hidden;
	height:100%;
}

#left #categories ul {
	list-style:none;
	margin:0 -1px 0 0;
	padding:0;
}

#left #categories ul li {
	width:277px;
	float:left;
	background-color:#333333;
	margin:1px 1px 0 0;
	padding:3px 5px;
}

#left #categories ul li:hover {
	background-color:#444444;
}

#left #offers {
	margin:0 0 15px 0;
	padding:0;
	border:#333333 1px solid;
	border-top:0;
	background-color:#171717;
	font-size:11px;
	overflow:auto;
	height:100%;
}

#left #offers ul {
	list-style:none;
	margin:1px 0 0 1px;
	padding:0;
}

#left #offers ul li {
	width:267px;
	height:290px;
	float:left;
	margin:0 1px 1px 0;
	padding:10px;
	font-size:10px;
	background-color:#222222;
}

#left #offers ul li:hover {
	background-color:#272727;
}

#left #offers ul li h4 {
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:#333333 1px solid;
	font-size:11px;
}

#left #offers ul li p {
	margin:5px;
	text-align:justify;
	font-size:11px;
}

#left #offers ul li #img {
	border:#666666 1px solid;
	padding:1px;
	width:114px;
	height:114px;
	float:left;
	margin-right:10px;
}

#left #offers ul li #info {
	font-size:12px;
	margin:1px 0 10px 0;
}

#left #offers ul li #info img {
	margin:2px;
}

#left #offers ul li #actions {
	border:#171717 1px solid;
	float:left;
	padding:0 6px 0 0;
	margin:10px 0 0 0;
	width:97%;
	font-size:12px;
	background-image:url(../images/buttonBG.gif);
	background-repeat:repeat-x;
	background-position:center center;
}

#left #offers ul li #actions a {
	color:#ffffff;
	margin:0 5px;
}

#left #offers ul li #actions img {
	margin-right:10px;
	border:0;
}

#left #offers #search li {
	width:auto;
	height:auto;
	float:none;
	margin:0 1px 1px 0;
	padding:10px;
	font-size:10px;
	background-color:#222222;
	overflow:auto;
}

#left #offers #search li #info {
	font-size:12px;
	float:none;
	margin:1px 0 10px 0;
}

#left #offers #search li #actions {
	border:#171717 1px solid;
	float:right;
	padding:0 6px 0 0;
	margin:10px 0 0 10px;
	width:auto;
	background-image:url(../images/buttonBG.gif);
	background-repeat:repeat-x;
	background-position:center center;
}

#left #products {
	margin:0 0 15px 0;
	padding:1px;
	border:#333333 1px solid;
	border-top:0;
	background-color:#171717;
	font-size:11px;
	overflow:auto;
	display:table;
	width:575px;
	height:100%;
}

#left #products ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	cursor:default;
}

#left #products ul li {
	width:135px;
	margin:1px;
	padding:4px 4px 4px 24px;
	position:relative;
	background-image:url(../images/bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#222222;
	border:#333333 1px solid;
}

#left #products ul li ul {
	list-style:none;
	margin:0 0 0 -3px;
	padding:0;
	position:absolute;
	cursor:default;
}

#left #products ul li ul li {
	width:180px;
	margin:1px;
	padding:4px 4px 4px 24px;
	background-image:url(../images/bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#222222;
	border:#333333 1px solid;
}

#left #products dl {
	margin:0;
	padding:0;
	width:405px;
	float:right;
}

#left #products dl dd {
	margin:1px 1px 4px 1px;
	padding:4px 5px 5px 5px;
	overflow:auto;
	background-color:#222222;
	border:#333333 1px solid;
	height:100%;
}

#left #products dl dd h4 {
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:#333333 1px solid;
	font-size:11px;
}

#left #products dl dd p {
	margin:0;
	text-align:justify;
	font-size:11px;
}

#left #products dl dd #img {
	border:#666666 1px solid;
	padding:1px;
	width:114px;
	float:left;
	margin-right:10px;
}

#left #products dl dd #info {
	width:261px;
	font-size:12px;
	float:left;
	margin:1px 0;
}

#left #products dl dd #info img {
	margin:2px;
}

#left #products dl dd #actions {
	border:#171717 1px solid;
	float:right;
	padding:0 6px 0 0;
	margin:10px 0 0 10px;
	background-image:url(../images/buttonBG.gif);
	background-repeat:repeat-x;
	background-position:center center;
}

#left #products dl dd #actions a {
	color:#ffffff;
	margin:0 5px;
}

#left #products dl dd #actions img {
	margin-right:10px;
	border:0;
}










#left #content #registerForm {
	float:none;
	overflow:auto;
}

#left #content #registerForm p {
	float:left;
}

#left #content #registerForm input, #left #content #registerForm textarea, #left #content #registerForm select {
	padding:2px;
	border:#666666 1px solid;
	background-color:#333333;
	width:250px;
	color:#FFFFFF;
	font-size:11px;
}

#left #content #registerForm button {
	padding:2px 15px;
	border:#666666 1px solid;
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

#left #content #registerForm button:hover {
	border:#ffffff 1px solid;
}














#right {
	width:290px;
	float:right;
	margin-right:12px;
}

#right h3 {
	background-image:url(../images/rightTitle.gif);
	height:21px;
	margin:0;
	padding:9px 0 0 10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

#right div {
	padding:10px;
}

#right .content {
	margin:0 0 15px 0;
	border:#333333 1px solid;
	border-top:0;
	background-color:#171717;
	font-size:11px;
	text-align:right;
	background-position:bottom left;
	background-repeat:no-repeat;
}

#right form {
	margin:0;
}

#right input {
	width:175px;
	font-size:11px;
	background-color:#333333;
	border:#666666 1px solid;
	margin:2px;
	color:#ffffff;
	padding:1px 2px;
}

#right button {
	font-size:11px;
	font-weight:bold;
	background:none;
	border:0;
	color:#aaaaaa;
	margin-top:10px;
	cursor:pointer;
	padding:0;
}

#right button:hover {
	color:#ffffff;
}

#right #login {
	background-image:url(../images/login.jpg);
	background-position:left center;
}

#right #login p {
	margin:5px 0 10px 0;
}

#right #cart {
	/*background-image:url(../images/cart.jpg);*/
	padding:1px;
	text-align:center;
}

#right #cart p {
	padding:7px;
}

#right #cart thead {
	color:#FFFFFF;
	font-weight:bold;
}

#right #cart thead tr td {
	background-image:url(../images/headerBG.gif);
	background-position:center;
	text-align:center;
	padding:5px;
}

#right #cart tbody tr td {
	text-align:center;
	font-size:11px;
	padding:2px 5px;
	background-image:url(../images/tbody.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#2c2e34;
	border-top:#171717 1px solid;
}

#right #cart #actions {
	padding:5px 10px;
	text-align:right;
	background-image:url(../images/buttonBG3.gif);
	background-repeat:repeat-x;
	background-position:center center;
}

#right #cart #actions a {
	color:#ffffff;
}

#right #cart #actions img {
	margin-right:5px;
	border:0;
}

#right #search {
	padding-top:18px;
	background-image:url(../images/search.jpg);
}

#footer {
	text-align:center;
	padding:40px 0;
	color:#aaaaaa;
	font-size:11px;
}

#footer a {
	margin:0 5px;
}

#footer p {
	margin:10px;
}
