@charset "utf-8";
/* CSS RESET ------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a img {
	border: none;
}

/* ----------------------------------------------------------------- */
body {
	background:#333;
}

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
	margin: 0;
	padding: 0;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	position:absolute;
	top:2px;
	left:-2px;
	z-index:70;
	overflow:auto;
	width: 100%;
	height: 100%;
	background: url(../img/mask.png) repeat;
}

/* HTML
----------------------------------------------------------------- */
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#900;
	font-size:17px;
	padding-bottom: 15px;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	padding-bottom: 5px;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:15px;
	padding-bottom: 5px;
}

h4.dotted {
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
}

dl {
	clear:both;
	margin-bottom: 10px;
}

dl dt {
	float:left;
	font-weight:bold;
	width: 150px;
}
dl dd {
	clear:right;
	margin-bottom: 3px;
	margin-left: 160px;
}

dl dt em {
	font-weight:normal;
	color: #333;
}

p {
	padding: 5px 0;
	line-height: 15px;
}

#contactform {
	padding: 10px 0;
}

#contactform .good {
	border: 1px dashed #060;
	background: #C1F5B5;
	color: #060;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight:bold;
}

#contactform .bad {
	border: 1px dashed #900;
	background: #F4BEBE;
	color: #900;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight:bold;
}

#contactform textarea {
	width: 400px;
	height: 100px;
	border: 1px dotted #900;
	padding: 3px;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contactform span {
	color: #900;
	margin-left: 5px;
	font-weight:bold;
	font-size: 15px;
}

#contactform dt {
	font-style:italic;
}

#contactform dd input {
	font-size: 11px;
	border: 1px dotted #900;
	width: 400px;
	padding: 3px;
}
#contactform dd select {
	font-size: 11px;
	border: 1px dotted #900;
	width: 400px;
	padding: 1px 1px 1px 3px;
}
/* DIV
----------------------------------------------------------------- */
#center {
	width: 1020px;
	margin:auto;
	margin-bottom: 0;
}
#header_container {
	height: 106px;
}

#logo {
	float:left;
	background:url(../img/layout/logo.png) no-repeat;
	height: 106px;
	width: 248px;
}
#topfill {
	float:left;
	width: 748px;
	height: 106px;
	background:url(../img/layout/header_bg.png) repeat-x;
}
#header_right {
	float:left;
	width: 24px;
	height: 106px;
	background:url(../img/layout/header_right.png) no-repeat;
}
#content {
	width: 1020px;
	padding:0 30px;
	background:url(../img/layout/content_bg.png) repeat-y;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 50px;
}

#content .textfield {
	background: #FFF;
	border: 1px solid #999;
	width: 250px;
}

input .right {
	text-align:right;
}

#content .button {
	font-size:10px;
	padding: 0 5px
}

#content_container {
	width: 960px;
	padding-bottom: 15px;
}

#content_container a {
	color: #333;
}

#footer {	
	margin: 0;
	width: 1020px;
	height: 26px;
	background: url(../img/layout/footer.png) no-repeat 0 0;
}

#p_opt {
	text-align:left;
	margin-bottom: 10px;
	position:relative; 
	z-index:9999; 
	background: url(../img/pixel_w.png); 
	padding: 5px;
	padding-bottom:10px;
}

.clear {
	clear:both;
}
div.divider {
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #FFF;
	width: 960px;
	margin-bottom: 10px;
}
#menu_container {
	width: 960px;
	margin-bottom: 3px;
}

#menu_container li {
	display: inline;
	margin-left: 10px;
	text-transform:uppercase;
}

#menu_container li a {
	color: #000;
	text-decoration:none;
}
#menu_container li a:hover {
	color:#900;
	text-decoration:none;
}

#menu_container li span.active {
	color:#900;
	font-weight:bold;
}

#menu_container li.cpanel {
	display: inline-block;
	width: 16px;
	height: 19px;
	cursor: pointer;
	background: url(../img/lock.png) no-repeat 0 0;
}

#menu_container li.cpanel:hover {
	background-position: -16px 0;
}

#order_review fieldset, #settings fieldset {
	padding: 8px 10px 5px 10px;
	width: 500px;
	border: 1px solid #666;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

#order_review fieldset legend, #settings fieldset legend {
	padding: 0 5px;
	text-transform:capitalize;
	font-style:italic;
	font-weight:bold;
}

p.alert {
	width: 500px;
	padding: 5px 0;
	color: #900
}

p.alert span {
	font-size: 15px;
	font-weight:bold;
}

p.alert a {
	color:#333;
	text-decoration:none;
}
p.alert a:hover {
	text-decoration:underline;
}
em {
	font-weight:bold;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}

div.exif {
	text-align:center;
	margin:auto;
	padding: 10px;
	width: 800px;
	margin-top: 10px;
	border: 1px dotted #CCC;
}
ul.cart_options {
	margin: 5px 0 10px 0;
}
ul.cart_options li {
	margin: 3px;
	font-size:12px;
	font-weight:normal;
	color: #333;
}

#links fieldset.links {
	padding: 5px 10px 10px 10px;
	border: 1px solid #666;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

#links fieldset.links legend {
	color: #900;
	padding: 0 5px;
	text-transform:capitalize;
	font-style:italic;
	font-weight:bold;
}
/* SWFUPLOAD
---------------------------------------------------------------------------- */
#divFileProgress {
	margin-top: 10px;
}
.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	margin-left: 0;
	padding: 4px;
	border: solid 1px #999;
	background-color: #ccc;
	overflow: hidden;
}
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	color:#333;
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel {
	font-size: 0;
	display: block;
	height: 9px;
	width: 9px;
	background: url(../img/deletebtn.png) no-repeat 0 0;
	float: right;
}
a.progressCancel:hover {
	background-position: 0 -9px;
}
.swfupload {
	vertical-align: top;
}
.imgFieldset {
	float:left;
	padding: 5px;
	border: 1px solid #999;
	background: #FFF;
	margin: 0 10px 10px 0;
	float: left;
}
.imgFieldset span {
	cursor:pointer;
	float: right;
	height: 9px;
	width: 9px;
	background: url(../img/deletebtn.png) no-repeat 0 0;
}
.imgFieldset span:hover {
	background-position: 0 -9px;
}

/* BUTTONS
---------------------------------------------------------------------------- */
.savebtn {
	border: none;
	background:url(../img/buttons2.png) 0 0 no-repeat;
	height:24px;
	width: 84px !important;
}

.savebtn:hover {
	background-position: 0 -24px;
}

.savebtn:active {
	background-position: 0 -48px;
}
.savebtn:disabled {
	background-position: 0 -72px;
}
.deleteallbtn {
	border: none;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -456px 0 no-repeat;
	height:19px;
	width: 83px !important;
}
.deleteallbtn:hover {
	background-position: -456px -19px;
}
.deleteselectedbtn {
	border: none;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -382px 0 no-repeat;
	height:19px;
	width: 74px !important;
}

.deleteselectedbtn:hover {
	background-position: -382px -19px;
}
.changebtn {
	border: none;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -84px -38px no-repeat;
	height:19px;
	width: 83px !important;
}

.changebtn:hover {
	background-position: -84px -57px;
}
.enableset {
	border: none;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -1460px 0 no-repeat;
	height:19px;
	width: 83px !important;
}
.enableset:hover {
	background-position: -1460px -19px;
}
.disableset {
	border: none;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -1460px -38px no-repeat;
	height:19px;
	width: 83px !important;
}
.disableset:hover {
	background-position: -1460px -57px;
}
.savechangesbtn {
	border: none;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -214px 0 no-repeat;
	height:24px;
	width: 109px !important;
}
.savechangesbtn:hover {
	background-position: -214px -24px;
}
.savechangesbtn:active {
	background-position: -214px -48px;
}
.savechangesbtn:disabled {
	background-position: -214px -72px;
}
.backbtn {
	border: none;
	background:url(../img/buttons2.png) -323px 0 no-repeat;
	height:24px;
	width: 59px !important;
}
.backbtn:hover {
	background-position: -323px -24px;
}
.backbtn:active {
	background-position: -323px -48px;
}
.backbtn:disabled {
	background-position: -323px -72px;
}
.cancelUploadsbtn {
	border: none;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -539px 0 no-repeat;
	height:24px;
	width: 116px !important;
}
.cancelUploadsbtn:hover {
	background-position: -539px -24px;
}
.cancelUploadsbtn:active {
	background-position: -539px -48px;
}
.cancelUploadsbtn:disabled {
	background-position: -539px -72px;
}
.sendbtn {
	border: none!important;
	background:url(../img/buttons2.png) -655px 0 no-repeat;
	height:24px;
	width: 59px !important;
}
.sendbtn:hover {
	background-position: -655px -24px;
}
.sendbtn:active {
	background-position: -655px -48px;
}
.sendbtn:disabled {
	background-position: -655px -72px;
}
.addtocartbtn {
	border: none!important;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -714px 0 no-repeat;
	height:24px;
	width: 95px !important;
}
.addtocartbtn:hover {
	background-position: -714px -24px;
}
.addtocartbtn:active {
	background-position: -714px -48px;
}
.addtocartbtn:disabled {
	background-position: -714px -72px;
}
.cancelbtn {
	border: none!important;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -809px 0 no-repeat;
	height:24px;
	width: 71px !important;
}
.cancelbtn:hover {
	background-position: -809px -24px;
}
.cancelbtn:active {
	background-position: -809px -48px;
}
.cancelbtn:disabled {
	background-position: -809px -72px;
}
.closebtn {
	border: none!important;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -880px 0 no-repeat;
	height:24px;
	width: 63px !important;
}
.closebtn:hover {
	background-position: -880px -24px;
}
.closebtn:active {
	background-position: -880px -48px;
}
.closebtn:disabled {
	background-position: -880px -72px;
}
.paypalbtn {
	margin-top: 10px;
	border: none!important;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -1028px 0 no-repeat;
	height:24px;
	width: 136px !important;
}
.paypalbtn:hover {
	background-position: -1028px -24px;
}
.paypalbtn:active {
	background-position: -1028px -48px;
}
.paypalbtn:disabled {
	background-position: -1028px -72px;
}
.continuebtn {
	margin-top: 10px;
	border: none!important;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -943px 0 no-repeat;
	height:24px;
	width: 85px !important;
}
.continuebtn:hover {
	background-position: -943px -24px;
}

.continuebtn:active {
	background-position: -943px -48px;
}

.continuebtn:disabled {
	background-position: -943px -72px;
}
.confirmpaymentbtn {
	margin-top: 10px;
	border: none!important;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -1164px 0 no-repeat;
	height:24px;
	width: 136px !important;
}
.confirmpaymentbtn:hover {
	background-position: -1164px -24px;
}

.confirmpaymentbtn:active {
	background-position: -1164px -48px;
}

.confirmpaymentbtn:disabled {
	background-position: -1164px -72px;
}
.enablesetbtn {
	border: none!important;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -1300px 0 no-repeat;
	height:24px;
	width: 97px !important;
}
.enablesetbtn:hover {
	background-position: -1300px -24px;
}

.enablesetbtn:active {
	background-position: -1300px -48px;
}

.enablesetbtn:disabled {
	background-position: -1300px -72px;
}
.savebtn {
	border: none!important;
	text-indent: -9999px;
	background:url(../img/buttons2.png) -1397px 0 no-repeat;
	height:24px;
	width: 63px !important;
}
.savebtn:hover {
	background-position: -1397px -24px;
}

.savebtn:active {
	background-position: -1397px -48px;
}

.savebtn:disabled {
	background-position: -1397px -72px;
}
.previousbtn {
	border: none;
	background:url(../img/buttons2.png) -382px -39px no-repeat;
	height:24px;
	width: 25px !important;
}
.previousbtn:hover {
	background-position: -407px -39px;
}
.previousbtn:active {
	background-position: -382px -63px;
}
.previousbtn:disabled {
	background-position: -407px -63px;
}
.nextbtn {
	border: none;
	background:url(../img/buttons2.png) -432px -39px no-repeat;
	height:24px;
	width: 25px !important;
}
.nextbtn:hover {
	background-position: -457px -39px;
}
.nextbtn:active {
	background-position: -432px -63px;
}
.nextbtn:disabled {
	background-position: -457px -63px;
}

/* TABLES
---------------------------------------------------------------------------- */
table .tl {
	width: 9px;
	height: 9px;
	background:url(../img/imgmap.png) 0 0 no-repeat;
}

table .tm {
	background:url(../img/imgmap.png) 0 -20px repeat-x;
	height: 9px;
}

table .tr {
	background:url(../img/imgmap.png) -10px 0 no-repeat;
	width: 10px;
	height: 10px;
}

table .brdr_l {
	background:url(../img/imgmap2.png) -248px 0 repeat-y;
	width: 10px;
}

table .brdr_r {
	background:url(../img/imgmap2.png) -259px 0 repeat-y;
	width: 10px;
}

table .center {
	background:#FFF;
	color:#000;
	font-size: 10px;
	font-weight:bold;
}

table .bl {
	width: 10px;
	height: 10px;
	background:url(../img/imgmap.png) 0 -10px no-repeat;
}

table .bm {
	background:url(../img/imgmap.png) 0 -30px repeat-x;
	height: 10px;
}

table .br {
	background:url(../img/imgmap.png) -10px -10px no-repeat;
	width: 10px;
	height: 10px;
}

table .note {
	margin-top: 4px;
	color:#333;
	vertical-align:middle;
	
}
table .date {
	margin-bottom: 4px;
	color:#333;
	vertical-align:middle
}
table.slide {
	float: left;
	margin: 0 8px 8px 0;
	width: 152px;
	overflow: hidden;
}

table.slide a {
	text-decoration:none;
}
table.slide a:hover {
	text-decoration:underline;
}

table .cb_background {
	position:absolute;
	background: url(../img/cb_bg.png) no-repeat 0 0;
	width: 19px;
	height: 20px;
}

div .thumb {
	cursor: pointer;
}

table.cart {
	margin-top: 10px;
	width: 960px;
}

table.cart th {
	font-size: 12px;
	font-weight: bold;
	padding-bottom:2px;
	text-transform:uppercase;
	text-align:left;
}

table.cart td {
	font-size: 12px;
	padding: 2px 5px;
	text-align:left;
	border-right: 1px dotted #333;
}

table.cart td.last {
	border:none;
}

div.total {
	width: 865px;
	text-align:right;
	margin-top: 5px;
	float:left;
	font-weight:bold;
}
div.amount {
	text-align:center;
	margin-top: 5px;
	float:left;
	width: 70px;
	font-weight:bold;
}

hr.dashed {
	border: none; /* Reset first */
	border-bottom: 1px dashed #333;
}

hr.dotted {
	border: none; /* Reset first */
	border-bottom: 1px dotted #333;
}
		
/* SPECIAL
----------------------------------------------------------------- */
fieldset {
	border:  1px solid #999;
	margin-top: 10px ;
	padding: 20px 10px;
}

fieldset.flash {
	width: 375px;
	margin-top: 10px;
	border-color: #999;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}
.sh_tab_container {
	position:relative;
}
.sh_tab {
	position: absolute;
	background:url(../img/layout/shoppingcart_tab_off.png) no-repeat 0 0;
	width: 40px;
	height: 36px;
	z-index: 9999;
	top: 15px;
	right: 0;
	cursor:pointer;
}
.sh_tab:hover {
	background:url(../img/layout/shoppingcart_tab.png) no-repeat 0 0;
}

#SWFUpload_Console {
	position:absolute;
	bottom: 0;
	right: 0;
	z-index: 9999;
}

.incart {
	color: #060;
	padding: 2px 5px 2px 0;
	font-size: 12px;
	font-weight:bold;
	padding-bottom: 8px;
}
.cartinfo {
	float:right;
	height: 25px;
	line-height: 22px;
	background:url(../img/layout/cartinfo.png) no-repeat 0 0;
	overflow: hidden;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.cartinfo span {
	display:block;
	float:right;
	width: 10px;
	height: 25px;
	background:url(../img/layout/cartinfo.png) no-repeat right 0;
}
.cartinfo a {
	color: #900;
	text-decoration:none
}
.cartinfo a:hover {
	text-decoration:underline;
}
.cartinfo em {
	font-weight:bold;
	font-size: 14px;
	font-style:normal;
}

.allready_in_cart {
	position:absolute;
	background: url(../img/cart.png) no-repeat 0 0;
	width: 19px;
	height: 20px;
}

span.deletelink {
	display:inline-block;
	background: url(../img/cross.png) no-repeat 0 0;
	width: 9px;
	height: 8px;
	padding-right: 5px;
}
span.deletelink:hover {
	background-position: 0 -8px;
}
#hod {
	position:absolute;
	bottom: 5px;
	right: 5px;
}
/* PAGINATION 
------------------------------------------------------------------ */
ul#pagination {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	border:0; 
	margin:0; 
	padding:0;
}
#pagination li {
	border:0; 
	margin:0; 
	padding:0;
	font-size:11px;
	list-style:none;
	list-style-type: none;
	display:inline
}
#pagination a {
	border:solid 1px #999;
	margin-right:2px;
}
#pagination .previous-off, #pagination .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
#pagination .next a, #pagination .previous a {
	font-weight:bold;
}	
#pagination .current {
	background:#900;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 5px;
	margin-right: 2px
} 
#pagination a:link, #pagination a:visited {
	color:#999;
	display:block;
	float:left;
	padding:3px 5px;
	text-decoration:none;
}
#pagination a:hover {
	border:solid 1px #333;
	color: #333;
}

/* Facebook
----------------------------------------------------------------------- */
.facebook_like {
	float:right;
	margin: 10px 0 5px 0;
	width: 290px;
	max-height: 55px;
	max-width: 290px;
	margin-left: 30px;
	padding-bottom: 2px;
	background: #ECEFF5;
	border: 1px solid #94A3C4;
}
