/* -------------------------------------------------------------- 
	Resets default browser CSS
	http://meyerweb.com/eric/tools/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, 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%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
sup,
sub {
	font-size: 70%;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Alisa: so the centered page wouldn't shift if the content is shorter than viewport */
html {
	overflow: scroll;
}

/* -------------------------------------------------------------- 
   typography
-------------------------------------------------------------- */
body {
	font-size: 75%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5;
	color: #d7d2cb; 
}

h2, h3, h4, h5, h6, p { margin: 0px 20px 15px 20px; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
p, ol, ul, dl, table { font-size: 1em; }
ol p, ul p, dl p, fieldset p { font-size: inherit; margin: 0; } 
table p { font-size: 1em; }
ol, ul, dl { margin: 0px 20px 15px 40px; }

img {  }
img { vertical-align: bottom; }
p img { float: left; margin-left: 0; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }
li { margin-bottom: 5px; }
dt { font-weight: bold; }

.error-red, .buy-box .shopping-cart tr td.nfo .text.error-red { background-color:#cc2031 }
a { color:#cc2031; text-decoration: none; }
a:focus, a:hover { text-decoration: underline; }
strong { font-weight: bold; }
em { font-style: italic; }

/* -------------------------------------------------------------- 
 Some default classes
-------------------------------------------------------------- */
.top { margin-top:20px; }
.bottom { margin-bottom:0; padding-bottom:0; }
.left {float: left; display: inline; }
.right {float: right; display: inline; }
.center { text-align: center; }
.hide {
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.cl, .clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}
.red {
	color: #cc2031;
}
.white {
	color: #fff;
}
.divider {
	height: 2px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/divider.gif) repeat-x 0 0;
}
.divider-light {
	background-image: url(images/divider-light.gif);
}
.divider-black {
	background-image: url(images/divider-black.gif);
}
.solid-divider {
	height: 2px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: #252525;
}
.divider-big {
	padding: 20px 0 15px;
	background-color: #161616;
	background-position: 0 19px;
}
.line-through {
	text-decoration: line-through;
}

/* -------------------------------------------------------------- 
 =forms
-------------------------------------------------------------- */
form ol { margin: 0; list-style-type: none; }

input.text, select, textarea {
	background: #252525;
	border: 0;
	color: #c7c2bc;
	font-weight: bold;
	font-size: 1em;
	padding: 4px 10px 5px;
	height: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
select { height: 24px; }
select option {
	padding-right: 18px;
}

input.text, .select, .textarea {width: 200px; }
.select { width: 220px; }
input.largetext, .largeselect, .largetextarea {width: 260px; }
.largeselect { width: 280px; }
input.mediumtext, .mediumselect, .mediumtextarea {width: 160px; }
.mediumselect { width: 180px; }
input.smalltext, .smallselect, .smalltextarea {width: 110px; }
.smallselect { width: 130px; }

.textarea { height: 50px; }

input.button { 
	padding: 0;
	background: #cc2031;
	font-size: 1em;
	font-weight: bold;
	color: #7b111b;
	border: 0;
	height: 24px;
	line-height: 17px;
	padding: 3px 5px 4px;
	cursor: pointer;
}

form .options { }

form .options li { }

.checkbox, .radio {margin: 0 5px -2px 0;}

label.checkboxlabel, label.radiolabel {
	display: inline;
	margin-right: 0;
}