/* common */
a{
  color:#000;
}

/* column switching */
div.one-col #content {
	width: 750px;
	float:left;
	background:url(../images/one-col-bg-middle.gif) repeat-y;
}

.full-top{
	width: 750px;
	height:15px;
	background:#FFF url(../images/one-col-bg-top.gif) no-repeat;
}

.before-right{
  height:30px;
	background:#FFF url(../images/bg-top.gif) no-repeat;
}

.full-bottom{
	width: 750px;
	height:15px;
	background:#FFF url(../images/one-col-bg-bottom.gif) no-repeat;
}

.full-middle{
  margin:0 20px;
}

/* left column modules*/
#my-cart h5{
  margin:10px 17px 5px 17px;
}

#my-cart p, #my-cart .product-images, #my-cart .product-details, #my-cart div.actions{
  margin:0 17px;
}

#my-cart .form-button{
  color:#333333;
  font-size:16px;
  font-weight:bold;
  height:29px;
  margin-left:100px;
  margin-top:10px;
  width:96px;
}

#search-box .text{
  font-size:16px;
  margin-left:17px;
  width:190px;
}

#search-box .button:hover {
  background-image:url(../images/button_hover.png);
}

#search-box .button {
  background-image:url(../images/button.png);
  border:medium none;
  color:#333333;
  font-size:15px;
  font-weight:bold;
  height:29px;
  margin-left:117px;
  margin-top:10px;
  width:96px;
}

#r-view ol{
  margin:0 0 0 18px;
  text-align:left;
  list-style:none;
}

#categories ul li{
  text-align:left;
}


/* login box */
#login input.input-text{
	padding: 0;
	margin:0 0 0 17px;
	width: 190px;
	font-size: 16px;
	text-align:left;

}

/* general left module */
.left-module{
  
}

/* cms page text alignment */
#generic-text p, h2, h3{
  margin-bottom:10px;
}

/* url : /catalogsearch/result/?q=xxx */
table.pager, table.view-by, .generic-product-grid{
  background:#FFF;
  width:490px;
  margin:0 5px;
}

.product-info-box{
  border:0;
  margin:0 5px;
}

.checkout-types{
  margin:0 10px 0 0;
  list-style-type:none;
}

.shopping-cart-totals{
  margin:10px 10px 0 0;
}

/* add to cart button */
.form-button, .form-button-alt {
  background-image:url(../images/button.png);
  border:medium none;
  color:#333333;
  font-size:15px;
  font-weight:bold;
  height:29px;
  width:96px;
}

.form-button:hover, .form-button-alt:hover {
  background-image:url(../images/button_hover.png);
}

/* checkout */
#discount-box h1 {
  background-image:url(../images/my-cart.gif);
}

/* category page heading */
.category-head h2{
  font-family:"Times New Roman",Times,serif;
  font-size:22px;
  font-variant:small-caps;
  font-weight:normal;
  margin:0 0 15px 20px;
  line-height:normal;
}

.right-module-large h1 {
  height:35px;
  margin:0px;
  padding-bottom:15px;
}

/* currency */
#currency-box select{
  margin-left:17px;
  width:190px;
}

/* product page */
#right-content h1.product {
  font-family:"Times New Roman",Times,serif;
  font-size:22px;
  font-variant:small-caps;
  font-weight:normal;
  line-height:normal;
  margin-bottom:0;
  padding-bottom:0;
}

/* check out login form */
.form-list li .input-box .input-text, .form-list li .input-box textarea{
  width:220px;
}

/* checkout address */
.group-select li .input-text, .group-select li select, .group-select li textarea {
  width:445px;
}

/* search fieldset */
fieldset.search_field{
  border:none;
}

fieldset.search_field legend{
  display:none;
}

/* contact form */
#contactForm ul{
  list-style-type:none;
  font-size:14px;
  margin-left:0;
}

#contactForm .button-set{
  margin:0 10px 0;
  border:none;
}

img#loc{
  padding:9px;
  border:1px solid #B6B6B6;
}

/* product listing */
.product-listing-item{
  width:450px;
}

/* one page checkout */
ol#checkoutSteps, div.one-page-checkout-progress ol{
  list-style-type:none;
}

#co-payment-form fieldset{
  border:none;
}

.col-right{
  float:none;
}

.side-col{
  width:100%;
}

/* recently viewed */
#r-view img{
	background-image: url(../images/small_pic_back.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
}

#r-view li{
  padding-bottom:10px;
}