
/* ---------------------------------------------
	Knockoffshopper.com
	Primary Style Sheet
	http://www.knockoffshopper.com/
--------------------------------------------- */

/* Global Settings */

body {
  padding	: 0;
  margin	: 10px 10px 0px 10px;
  background	: url(../imgs/bg.png) top left repeat-x #0E1021;
}

#top a:link, #top a:visited, #top a:active {
color		: #FFFC00;
text-decoration	: none;
}

#top a:hover {
color		: #fff;
text-decoration	: none;
}

a:link {
color		: #0055A9;
text-decoration	: none;
}

a:visited {
color		: #0055A9;
text-decoration	: none;
}

a:active {
color		: #FFBE00;
text-decoration	: none;
}

a:hover {
color		: #FFBE00;
text-decoration	: none;
}

input[type=text] {
  border: 1px solid #C3C3C3;
  padding: 2px;
  font-family: arial, verdana;
  font-size: 0.9em;
}

input[type=submit] {
  border: 1px solid #C3C3C3;
  padding: 2px;
  font-family: arial, verdana;
  font-size: 0.9em;
}

#holder {
  width: 900px;
  margin: 0 auto;
}

#top {
  height: 71px;
  color: #fff;
  font-size: 0.7em;
  font-family: verdana, arial;
}

#logo {
  float: left;
  width: 331px;
  height: 71px;
}

#login {
  height: 71px;
  margin-left: 331px; 
  position: relative;
}

#login_text {
  position: absolute;
  bottom: 20px;
  right: 0px;
}

p.chain {
  font-family: verdana;
  font-size: 0.7em;
  color: #333;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

#member {
  float: right;
  margin-left: 20px;
}

#cart {
  float: right;
}

#maindivtop {
  width: 900px;
  height: 6px;
  background: url(../imgs/mid_top_back.png) top left no-repeat;
}

#maindiv {
  background: #fff;
}

#maindivpad {
  padding: 0px;
}

#search_bar {
  font-family: arial, verdana;
  font-size: 0.8em;
  font-weight: bold;
  height: 41px;
  line-height: 41px;
  background: url(../imgs/search-back.png) bottom left repeat-x #fff;
}

#search {
  float: right;
  margin: 0 10px 0 0;
}


#search_bar span.first {
  padding: 0 10px 0 15px;
}

#search_bar span.other {
  padding: 0 10px 0 10px;
  border-left: 1px solid #B9D0E9;
}

#stockimg {
  height: 285px;
  background: url(../imgs/main.jpg) top left no-repeat;
  border-bottom: 2px solid #ddd;
}

#subpage {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #111;
}

p.about {
  width: 95%;
}

.similar {
  border-top: 1px dotted #ccc;
  margin-top: 30px;
  padding-top: 10px;
}

.similar1 {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
}


#temporary_content {
  font-family: arial;
  padding: 40px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #111;
}

#content {
  font-family: arial, verdana;
}

#content h1 {
  font-family: trebuchet MS, verdana, arial;
  font-size: 1.2em;
  font-weight: normal;
  color: #D41F36;
  margin: 0 0 15px 0;
  padding: 0;
}

#content_left {
  float: left;
  width: 220px;
}

#content_left_pad {
  padding: 20px 10px 10px 20px;
}

#content_left ul {
  font-size: 0.8em;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  width: 90%;
}

#content_left li {
  margin: 4px;
}

#content_right {
  margin-left: 220px;
}

#content_right_pad {
  padding: 20px 10px 10px 0px;
}

#content_right ul {
  font-size: 0.8em;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

#content_right li {
  float: left;
  width: 33%;
  margin-bottom: 10px;
}

#content_right li.last {
  width: 33%;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

#footer {
  font-family: verdana, arial;
  font-size: 0.7em;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
  text-align: center;
  color: #666;
}

#footer_pad {
  padding: 20px;
}

#prod_left {
  float: left;
  width: 215px;
}

#prod_right {
  margin-left: 215px;
}

p.desc {
  line-height: 1.4em;
}

#product_title {
  margin: 0 0 8px 0;
  border-bottom: 1px dotted #ccc;
  padding: 0;
}

#rating {
  font-size: 0.9em;
}

#rating_pad {
  padding: 0 0 5px 0;
}

#subpage h2 {
  font-family: trebuchet MS, verdana, arial;
  font-size: 1.4em;
  font-weight: normal;
  color: #D41F36;
  margin: 0 0 8px 0;
  padding: 0;
}

#add_to_cart {
  text-align: center;
  background: #FFFBE0;
  width: 200px;
  margin: 10px 0 0 0;
  border: 1px solid #ccc;
}

p.enlarge {
  text-align: center;
  width: 200px;
  font-size: 0.8em;
  font-family: verdana, arial;
  margin: 4px 0 10px 0;
}

p.price {
  font-family: trebuchet MS, verdana, arial;
  font-size: 1.4em;
  font-weight: normal;
  color: #D41F36;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  width: 200px;
}

#add_to_cart_pad {
  padding: 5px;
}

.cart_entry {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #ccc;
}

.cart_bot_1 {
  float: left;
  width: 490px;
  text-align: right;
}

.cart_bot_2 {
  margin-left: 500px;
}

#cart_options {
  margin: 10px 0 10px 0;
}

#cart_opt_1 {
  float: left;
  width: 50%;
}

#cart_opt_2 {
  margin-left: 50%;
  text-align: right;
}

#termsbox {
  margin-top: 20px;
}