body {
	background-color: white;
	padding: 0;
	margin: 0;
	min-width: 1020px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;

}

#body_border {
	border: 5px solid #419DDC;
	height: 69px;	
}

img { 
	border: 0;
}

form {
	display: block;
	padding: 0;
	margin: 0;
}

a {
	color: #88887c;
	cursor: pointer;

	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	color: #b3b3a5;
	text-decoration: underline;
}

a.base-link {
	text-decoration: none;
	
	display: block;
	float: left;
	
	color: #b3b3a5;
}

a.base-link:hover {
	color: white;
}

#w3c {
	clear: both;
	margin: auto;
	text-align: center;
	margin-top: 100px;
}

ul, li {
	clear: both;
}


.invisible {
	display: none;
	border: 0;
	color: black;
	background-color: black;
	width: 0px;
	height: 0px;
}

textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

.inline-block {
	display: inline;
}



a {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}

#cart_selector {
	/*display: none;*/
}
#logo {
	float: left;
	padding-left: 17px;
}

#logo img {
	background-color: white;
}

#center {
	margin-left: 31%;
	margin-right: auto;
	/*width: 695px;*/
	padding-top: 25px;
	padding-left: 0px;
}

div.btn {
	float: left;
	background: #e46f20 url(btn_bg.jpg) repeat-x top;
	border: 2px solid #F3412C;
	margin:0 10px;
	padding: 3px;
	font-weight: bold;
	width: 95px;
	text-align: center;
	cursor: pointer;
}

#selectors {
	float: left;
	padding-top: 3px;
	/*width: 555px;*/
}

#select_skin {
	width: auto;
}

#select_cart {
	width: 80px;
}

select {
	border: 1px solid black;
}

#add_form {
	border: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.labels {
	color: #449EDC;
	font-size: 15px;
	font-weight: bold;
}

#a_add_to_wish {
	color: #999999;	
	text-decoration: underline;
	line-height: 26px;
	font-weight: bold;
	font-size: 13px;
}

#a_add_to_wish:hover {
	text-decoration: none;
}

#label_select_template {
	padding-left: 10px;
}

*:first-child+html #logo {
	padding-left: 0px;
}

*:first-child+html #center {
	margin-left: 30%;
	width: 800px;
}
*:first-child+html #selectors {
  width: 555px; 
}
