/*------------------------------------------
 * Global Elements
 *----------------------------------------*/
html {
	
}

body {
	margin: 0px;
	font-family: Cambria, Segoe UI, Tahoma;
	font-size: 12px;
	color: #FFF;
	background: #000 url('/images/body_back.png') repeat-x top left;
	height: 100%;
}

td, li, p {
	font-size: 16px;
}

.clear {
	clear: both;
}

#wrapper {
	height: 100%;
	margin: 0px;
}

#smokewrapper {
	position: relative;
	margin: 0px auto;
	background-image: url('/images/smoke.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	height: 100%;
}

#inner {
	height: 90%;
}

#container {
	width: 940px;
	position: relative;
	padding-top: 70px;
}

#logo {
	float: left;
	position: absolute;
	margin-left: -50px; margin-top: -65px;	width: 238px;
	height: 273px;
}

div#langlinks {
	float: right;
	padding: 3px;
	color: #ffe28a;
	}

div#langlinks a {
	color: #ffe28a;
	font-family: Calibri, Tahoma;
	text-decoration: none;
}

#innerbox {
	background-image: url('/images/alpha_black_70.png');	padding: 16px;
	text-align: left;
}

#masthead {
	text-align: left;
	padding-left: 180px;
	background-color: #a10a0a;
	height: 90px;
}

#menu {
	background-color: #420909;
	height: 30px;
}

div#overlay_cart {
	z-index: 3000;
	position: absolute;
	right: 40px;
	width: 520px;
	padding: 10px;
	background-image: url('/images/alpha_black_70.png');
}

div#overlay_cart div#inside {
	background: #000 url('/images/inner_back.png') repeat-x bottom left;
	padding: 10px;
}


#content {
	background-color: #000;
	width: 910px;
}

#footer {
	padding-top: 16px;
	text-align: center;
}

#footer #footerdata {
	color: #bea282;
}

#footer #footerdata a {
	color: #7a4316;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
}

#footer #footerdata a:hover {
	color: #9c7b53;
	text-decoration: underline;
}


div#menu {
	padding-left: 160px;
	font-family: Calibri, Tahoma;
}

div#menu div#navlinks {
	display: table;
	float: left;
	height: 30px;
}

div#menu div#navlinks td {
	vertical-align: middle;
	padding: 0px 8px 0px 8px;
	height: 30px;
	border-right: 1px solid #340303;
}

div#menu div#navlinks td a {
	color: #ffe28a;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

div#menu div#navlinks td.link_current {
	background-color: #340303;
}

div#menu div#navlinks td a:hover {
	text-decoration: underline;
}

div#menu div#topcart {
	width: 370px;
	float: right;
	color: #ffe28a;
	text-align: right;
}

div#menu div#topcart td {
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
	height: 30px;
	padding: 0px 4px 0px 4px;
	border-right: 1px solid #340303;
}

div#menu div#topcart td.j {
	text-align: center;
	border: none;
	background-color: #580303;
}

div#menu div#topcart a {
	font-weight: bold;
	color: #ffe28a;
	text-decoration: none;
}

div#menu div#topcart a:hover {
	text-decoration: underline;
}

#home_left {
	width: 482px;
	padding: 60px 16px 0px 8px;
	color: #ffe28a;
	font-size: 14px;
	line-height: 1.4em;
	vertical-align: top;
	background: #000 url('/images/inner_back.png') repeat-x bottom left;
}

#home_right {
	width: 396px;
	padding: 0px;
}

.qlink {
	display: inline;
	padding: 6px;
	background-color: #000;
}

.qlink a {
	text-decoration: none;
	font-weight: bold;
	color: #ffe28a;
}

.qlink a:hover {
	text-decoration: underline;
}


#heading {
	padding: 18px 8px 0px 140px;
	text-align: left;
}

#listings, #main_block {
	padding: 20px 8px 20px 140px;
}

#main_section {
	background: #000 url('/images/inner_back.png') repeat-x bottom left;
}

#main_block {
	padding: 20px 8px 20px 140px;
	font-size: 10pt;
	line-height: 130%;
	background: #261508 url('/images/inner_back.png') repeat-x top left;
}

#main_block div.about table {
	width: 740px;
	margin-top: 20px;
}

#main_block div.about table td {
	vertical-align: top;
	font-size: 11pt;
	line-height: 140%;
}

img.dimg {
	border: 3px solid #FFF;
}

/*----------------------------------------
 *
 *  Shop Page
 *
 *----------------------------------------*/

div.row_0 {
	background: #180d05;
}

div.row_1 {

}

div.prow {
	padding: 10px;
	text-align: left;
}

div.prow div.image {
	float: left;
	width: 250px;
}

div.prow div.image img {
	border: 3px solid #FFF;
}

div.prow div.info {
	float: left;
	width: 430px;
	margin-left: 10px;
	color: #ffe28a;
}

div.prow div.info h2 {
	margin-top: 0px;
}

div.prow div.info div.price {
	padding-top: 6px;
	font-weight: bold;
	font-size: 1.1em;
}

div.prow div.info div.buy {
	/*width: 160px;*/
	margin-top: 10px;
	padding: 8px 8px 8px 30px;
	background: #000 url('/images/macros/macro_addcart.png') no-repeat 6px 8px;

}

div.prow div.info div.buy a {
	margin-left: 8px;
	color: #ffe28a;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #000;
}

div.prow div.info div.buy a:hover {
	border: 1px solid #352618;
}

div.prow div.info div.buy span.incart {
	margin-left: 20px;
	padding: 6px;
	color: #FFF;
	font-weight: bold;
}

div.prow div.info div.buy span.incart span.ppr {
	font-weight: normal;
	font-style: oblique;
	font-size: 9pt;
}

/*----------------------------------------
 *
 *  Form Table
 *
 *----------------------------------------*/

table.form {

}

table.form td {
	padding: 2px;
}

table.form th {
	text-align: right;
	padding: 2px 5px 2px 0px;
}

table.form td.head {
	color: #F9C26E;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
}

table.form td.warn {
	background-color: #930600;
}

table.form th div.tip {
	font-size: 9pt;
	font-weight: normal;
	font-style: oblique;
}

table.form div.l3 {
	padding-top: 10px;
}

/*----------------------------------------
 *
 *  Checkout Cart Table
 *
 *----------------------------------------*/

table.co_cart td {
	padding: 3px;
}

table.co_cart th {
	text-align:left;
	padding-bottom: 4px;
}

table.co_cart .numbers, table.co_cart td.summary {
	text-align: right;
}

table.co_cart tr.gt td {
	font-size: 1.2em;
	color: #ffe28a;
}

div.mwarn {
	font-weight: bold;
	font-size: 9pt;
	color: #FFF;
	background-color: #930600;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*----------------------------------------
 *
 *  Form Elements
 *
 *----------------------------------------*/

input, textarea, select, optgroup, option, button {
	font-family: Calibri, Tahoma;
	font-size: 9pt;
}


/*----------------------------------------
 *
 *  Redirect Page
 *
 *----------------------------------------*/

.redir {
	background-color: #FFF;
	min-width: 400px;
}

.redir th { 
	color: #FFF;
	background-color: #371f07;
	padding: 15px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	font-size: 12pt;
}

.redir td {
	color: #000;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	font-family: Calibri, Tahoma;
}

.redir .maintd {
	background-color: #FFF;
	text-align:center;
	padding: 20px;
	color: #D98A11;
	font-weight: bold;
}

.redir .blink {
	font-style: oblique;
	font-size: 9pt;
	text-align: center;
	color: #000;
}



/*----------------------------------------
 *
 *  Errors
 *
 *----------------------------------------*/

.errorstrip {
	background-color: #FFD305;
	background-image: url('/images/error_anim.gif');
	text-align: left;
	color: #000;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	font-size: 10pt;
	border: 1px solid #FF9805;
	margin-bottom: 12px;

}

.errorstrip .info {
	font-weight: bold;
	font-size: 9pt;
	padding: 3px 3px 3px 4px;
}

.error_line {
	margin-bottom: -1em;
	padding: 2px 2px 2px 20px;
	background: #930600 url('/images/error.gif') no-repeat center left;
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFF;
}

.warning, .warn {
	font-weight: bold;
	color: #F00;
	padding: 3px 3px 3px 24px;
	border: 1px solid #E57011;
	background-color: #FFFFB7;
	background-image: url('/images/warning_sign.png');
	background-repeat: no-repeat;
	background-position: 4px 2px;
	margin-bottom: 4px;
}

.error_block {
	padding: 3px;
	color: #F00;
	font-weight: bold;
}









