div.mandatory, div.mandatory_choice {
	clear: left;
}

div.mandatory label, div.mandatory_choice label {
	display:block;
	float:left;
	margin:0pt 0pt 5px;
	padding:3px 5px;
	text-align:right;
	width:130px;
}

div.mandatory input {
	margin: 0pt;
	padding: 1px 3px;
	width: 200px;
}

/* GENERAL 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
body { 
	margin: 0px; 
	padding: 0px; 
	font: 74% Arial, Sans-Serif; 
	background: #666564;
	line-height: 1.4em;
}

#container { 
	background: #FFFFFF;
	color: #333333; 
	margin: 0 auto; 
	padding: 0; 
	width: 770px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p { 
	margin: 0 0 5px 0; 
	padding: 0; 
	color: #333333; 
	background: inherit; 
}

a { 
	color: #a90000; 
	background: inherit; 
	text-decoration:none; 
}

a:hover { 
	color:#FC7901; 
	background: inherit; 
	text-decoration:none; 
}

img {
	border: none;
}

form {
	margin: 0px; 
	padding: 0px; 
}

/* HEADLINES 
---------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 { 
	padding:0; 
	margin:0; 
	margin-bottom: 10px;
	color: #000000; 
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h1 a { 
	color: #FFF; background: inherit; 
}

h2 { 
	padding:0; 
	margin:15px 0 0; 
	color: #000000; 
	background: inherit;
	font: bold 1.2em Arial, Sans-Serif; 
}

h3 { 
	padding:0; 
	margin:0; 
	color: #000000; 
	background: inherit;
	font: bold 1.0em Arial, Sans-Serif; 
}

/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.hspacer {
	height: 15px;
	background-color: #666564;
}

#header { 
	margin: 0; 
	width: 770px; 
	background: #666564 url(img/header.gif) no-repeat center bottom;  
	height: 151px; 
	color: #666564; 
}

#title {	
	padding: 45px 0 0 50px;
}

#title h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px; 
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#title h1 a {
	color: #FFFFFF;	
}

#title h2 a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	background-image: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 2px;
}


/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#subheader { 
	width: 770px;
	height: 25px;
	background-color: #8D4041;
	color: #FFF;
	text-align: right;
}

#subheader .padding { 
	padding: 5px 15px 5px 15px; 
}
#subheader a {
	color: #FFF;
	text-decoration: none;;
}



/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.navigation {
	background-color: transparent;
	width: 156px;
	margin-bottom: 15px;	
}

.navigation ul {
   	background-color: transparent;
	padding: 0;
   	margin: 0;
}

.navigation li {
	background-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 146px;
}

.navigation li.headline {
	padding: 3px;
	padding-left: 7px;
	width: 136px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #fff;
	background: #670001 url(img/corner.gif) right top no-repeat;
}

.navigation li a {
	display:block;
	padding: 3px;
	padding-left: 7px;
	width: 136px;
	background-color: #CCCCCC;
	color: #670001;
}

.navigation li a:hover {
	background-color: #E6E6E6;
}

.navigation li a.selected {
	background-color: #DDDDDD;
	color: #670001;
}

.navigation li.subcat a {
	padding-left: 20px;
	width: 123px;
}

#nav_search {
	background-color:#CCCCCC;
	padding: 3px;
	padding-left: 5px; width: 138px;
}

#search {
	float: left;
	padding-right: 3px;
}

#search input {
	width:110px;
	height: 16px;
	border: solid 1px #000;
}


/* MAIN
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#main {
	background: url(img/vruler.gif) repeat-y left top;
	min-height: 405px;
}

#main_right { 
	float: right; 
	width: 555px; 
	padding: 15px 15px 0 0; 
	margin:0;
}

#main_left { 
	padding: 15px 0px 0 15px; 
	margin: 0;
	width: 155px; 
	padding-right: 15px;
}

.box {
	border: solid 1px rgb(200, 200, 200);
	width: 170px;
	padding: 3px;
	margin-bottom: 15px;
	text-align: left;
	margin-left: 15px;
}

/* FOOTER
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer { 
	clear: both;
	height: 32px;
	color: #555;
	background: #666564 url(img/footer.gif) top no-repeat; 
	font-size: 90%;
	padding: 0; 
	text-align: center;
}

#footer .left {
	float: left;
	width: 186px;
}

#footer .right { 
	padding: 10px 0px 0px 0px; 
}

/* XTC
---------------------------------------------------------------------------------------------------------------------------------------------------*/

 .copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  color: #858483;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  color: #858483;
}
.copyright a {
  color: #858483;
}

/*
 * some more
 */

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}

/* CATEGORY LISTING + PRODUCTS DETAILS
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.cat_item {
	margin-bottom: 10px;
}

.cat_item h1 a {
	color: #670001;
}

.cat_left {
	float: left;
	margin-bottom: 10px;
}

.cat_right {
	float: right;
	width: 440px;
}

.detail_left {
	float: left;
	margin-bottom: 10px;
}

.detail_right {
	float: right;
	width: 325px;
}

.detail_image {
	margin-bottom: 3px;
}

p.size {
	font-size: 110%;
	font-weight: bold;
}

div.price {
	float: right;
	text-align: right;
}

p.price {
	font-size: 170%;
	color: #670001;
	margin: 10px 0 0px 0;
	padding: 0;
}

p.shipping {
	font-size: 80%;
	padding: 0;
	margin: 0 0 -5px 0;
}

p.shipping a {
	color: #666564;
	text-decoration: underline;
}

div.button {
	float: left;
	margin-top: 31px;
	margin-bottom: 5px;
}

hr {
	margin: 10px 0 10px 0;
	border: 0;
	border-top: solid 1px #666564;
	border-bottom: transparent;
	clear: both;
}

.details {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: rgb(200, 200, 200);
	border-collapse: collapse;
	background-color: white;
}

.details th {
	border-width: 1px;
	padding: 1px 3px 1px 3px;
	border-style: inset;
	border-color: rgb(200, 200, 200);
	background-color: white;
	-moz-border-radius: 0px;
	text-align: right;
}

.details td {
	border-width: 1px;
	padding: 1px 3px 1px 3px;
	border-style: inset;
	border-color: rgb(200, 200, 200);
	background-color: white;
	-moz-border-radius: 0px;
}

.headline2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 15px;
	color: black;
}

/* CHECKOUT
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.checkout_address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
}

.checkout_box {
	border-color: #CCCCCC;
	border: 1px solid;
	padding: 10px;
	margin-bottom: 10px;
}

a.checkout_edit {
	color: #666564;
}

.checkout_current_step {
	font-weight: bolder;
	color: #000000;
}

textarea { 
	overflow: auto;
	border: 1px solid #888888;
	color: #333333;
}

#iframe {
	text-align: justify;
	width: 500px;
	height: 100px;
	border: 1px solid #888888;
}

.iframe_space{
	padding: 10px;
	padding-right: 0px;
}

.scrollarea {
	overflow: auto;
	width: 490px;
	height: 80px;
}

.bar_space {
	padding-right: 20px;
} 


.infiniteCarousel {
  width: 350px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 350px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 17em;
  margin: 0 0px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 1px solid #ddd;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 178px;
  width: 100px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(img/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 200px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 130px;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 130px;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
