/* general css that could really go in the main css file */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

h1 a
{
	color : #45131e;
	font-size : 24px;
	font-family : century gothic, verdana, helvetica, sans-serif;
	text-decoration : none;
}

h1
{
	text-transform : lowercase;
	color : #45131e;
}

.wpsf_ssr .product {
  float: left;

  width: 130px;
  height: 190px;
  color: #0F4C8B;


  margin: 6px;
  padding: 3px;
  
  font-size: 11px;

}

.wpsf_ssr .product h2 {
  font-size: 12px !important;
  margin: 0px;
  font-weight: normal;
  text-align: center;
}

.wpsf_ssr .product p {
  margin: 0px 0px 5px 0px;
  text-align: center;
}

.wpsf_ssr .product img {
  display: block;
  margin: 0px auto 0px auto !important;
  border: 1px solid #4282C9;
  background: #fff;
}

.wpsf_ssr .product h2 a {
  color: #0F4C8B;
  text-decoration : none;
}

.wpsf_ssr .product h2 a:hover {
  text-decoration : underline;
}

.wpsf_ssr .product .wpsf_saleprice {
  color: red;
  font-weight: bold;
}

.product h2
{
	font-size : 17px;
	color : #0F4C8B;
	font-size : 24px;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 5px;
}

.product
{
  font-size : 12px;
}

#products-pager {
  margin-bottom: 25px;
}

#products-pager a {
  float: left;
  
  display: block;

  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  font-size : 12px;

  text-decoration: none;

  color: maroon;
}

#products-pager a:hover {
  background: #f0f0f0;
}

#products-pager a.curpage {
  font-weight: normal;
  background: #ccc;
}

#product-main-photo
{
	float : right;
	width : 290px;
	text-align : center;
	padding : 5px 5px 0px 5px;
	margin-right : 15px;
}

.trip h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 3px 0px;

}
.trip .product-cols {
  margin: 20px 0px 0px 20px;
}

.trip #product-main-photo {
  float: right;
  margin: 12px -20px 0px 10px;
  padding: 0px;
}

.trip .description {
  font-size: 12px;
  padding: 5px 15px 0px 2px;
}

#product-main-photo img
{
  border : 1px solid #3c0040;
  width : 280px;
  margin : 0px;
}

#zoomlink
{
	margin : 1px 0px;
}

#zoomlink a
{
	color : #606060;
	text-decoration : none;
	font-size : 12px;
}

#cartform
{
	font-size : 12px;
	padding : 7px 7px 13px 0px;
}

#cartform input
{
	border : 1px solid #627775;
	text-align : center;
	width : 19px;
	height : 16px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;	
	-webkit-border-radius:7px;
	border-radius:7px;
	color : #627775;
}

.col
{
	float : left;
	width : 280px;
}

.col p
{
	margin-top : 0px;
}

a#add_to_cart
{
	background-color : #29609a;
	text-decoration : none;
	padding : 3px 11px 5px 11px;
	font-size : 12px;
	color : white;
	font-weight : bold;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;	
	-webkit-border-radius:7px;
	border-radius:7px;
	border: 1px solid #29609a;
}

/* #link_wrapper
{
	background-color : #29609a;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;	
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid white;
	width : 101px;
	height : 30px;
} */


.noimg
{
	height : 120px;
	width : 120px;
	background-color : white;
  border: 1px solid #c8db00;
	padding : 3px;
}

/* cart */

#cart h1
{
	background-color : #29609a;
	color : white;
	font-size : 14px;
	text-transform : uppercase;
	padding : 5px 7px;
}


#cart_table {
  margin: 5px auto 0px auto;
  border-bottom: 1px solid black;
  width: 95%;
  font-size: 12px;
}

#cart_table a
{
	text-decoration : none;
	color : #0020c5;
}

#cart_table a:hover
{
	color : #7200b3;
}

#cart_table th {
  background: #ccc;
  padding: 2px;
}

#cart_table td {
  padding: 5px 2px 5px 2px;
  text-align: center;
}

#cart_table td img {
  display: block;
  margin: 0px auto 0px auto;
}

#cart_bottom #return_shopping {
width: 200px;
border: 1px solid #b1a294;
background: white;
font-size: 12px;
padding: 3px 10px 3px 10px;
text-align: center;
margin: 5px 0px 0px 13px;
color: #56300c;
text-decoration: none;
}

#cart_bottom #return_shopping:hover {
  background-color : #ddd4cd;
}

#cart_bottom #cart_subtotal {
  float: right;
  margin: 5px 15px 0px 0px;
  font-size: 12px;
  text-align: right;
}

#cart_bottom #cart_subtotal p {
 /* border: 1px solid #bbb;
  background: #ccc; */
  padding: 3px 95px 3px 0px;
  margin: 0px 0px 10px 13px;
}

#cont_checkout {
  width: 200px;
  border: 1px solid #bbb;
  background: #53681e;
  background-image : url(/images/checkout_bg.jpg);
  background-repeat : repeat-x;
  padding: 3px 10px 3px 10px;
  text-align: center;
  margin: 5px 0px 0px 13px;
  color: white !important;
  text-decoration: none;
}

#cont_checkout:hover {
  background-color : #53681d;
  background-image : none;
}

#shopping_cart {
  margin-bottom: 25px;
  padding-left : 5px;
}

#shopping_cart #bag_title {
  background-image: url(/i/l/pack.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 50px;
}

#shopping_cart #bag_title h2 {
	font-size: 14px;
  color: #345693;
  border-bottom: 1px solid #595252;
  padding-top: 5px;
  padding-bottom: 2px;
  text-align: left;
  letter-spacing: 1px !important;
  line-height : 24px !important;
  float : left;
}

#shopping_cart #cart_items {
  border-bottom: 2px solid #595252;
  padding-bottom: 5px;
}


#shopping_cart #cart_items h3 {
  color: #5d907a;
  font-size: 16px;
}

#shopping_cart #cart_items a {
  color: #7e1c1d;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
}

#shopping_cart #cart_items a:hover {
  color: blue;
}

#shopping_cart #subtotal {
  font-size: 12px;
}

#shopping_cart #edit_cart
{

}

#shopping_cart #edit_cart a {
float : left;
width : 100px;
  text-align: center;
  text-decoration: none;
  background: #29609a;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  	padding : 5px 11px 5px 11px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;	
	-webkit-border-radius:7px;
	border-radius:7px;
	border: 1px solid #29609a;
	margin-top : 5px;
}

#shopping_cart #edit_cart a:hover {
  background: #bdd1ee;
  color: #000;
}

#shopping_cart #checkout
{

}

#shopping_cart #checkout a {
float : left;
width : 100px;
  margin: 3px 0px 3px auto;
  border: 1px solid #bbb;
  text-align: center;
  text-decoration: none;
  background: #3c8592;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  	padding : 5px 11px 5px 11px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;	
	-webkit-border-radius:7px;
	border-radius:7px;
	border: 1px solid #3c8592;
}

#shopping_cart #checkout a:hover {
  background: #cfebf0;
  color: #000;
}

#recently_viewed {
  border-bottom: 2px solid #595252;
  margin-bottom: 25px;
  padding: 0px 0px 5px 0px;
}

#recently_viewed h2 {
  font-size: 14px;
  border-bottom: 3px solid #595252;
  padding-top: 15px;
  color: #3860c7;
  border-bottom: 2px solid #595252;
}

#recently_viewed a {
  color: #4a8369;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

#orderform h4, h5 {
  color: red;
  margin: 10px 0px 0px 22px;
}

#orderform #error {
  margin: 15px 0px 15px 22px;
  background: #FFEFEF;
  padding: 0px;
  border: 1px solid #ccc;
  -moz-border-radius:6px;
  -khtml-border-radius:6px;	
  -webkit-border-radius:6px;
  border-radius:6px;
}


#orderform #error ul li {
  font-size: 11px;
  color: #666;
  margin-left: 0px;
}

#orderform .thankyou {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 10px 5px;
  margin: 0px 0px 0px 25px;
}

#orderform .thankyou hr {
  height: 1px;
  border: 0px;
  background: #ccc;
}
