/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-size: 12px;
	line-height: 1.5;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 22px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 16px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Tahoma, arial, serif;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

small {
	font-size: 90%;
}

/* Forms Elements 
--------------------------------------------- */

/*
.button, button, .addtocart_button_module {
	height: 24px;
	line-height: 24px;
	background: #e9e9e9 url(/skin/images/button-bg.gif) repeat-x 0 0;
	color: #505050;
	text-shadow: 1px 1px 0px #ffffff;
	border: 0px solid #dcdcdc;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	vertical-align: middle;
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 3px;
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
*/
input.inputbox, textarea, .textarea, select.inputbox, input.validate-email {
	background: #ffffff url(/skin/images/input-bg.gif) repeat-x 0 0;
	padding: 6px;
	margin: 4px 0px;
	color: #505050;
	border: 1px solid #dcdcdc;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	/*vertical-align: middle;*/
	font: normal 12px Arial, Helvetica, sans-serif;
}

textarea, .textarea {
	width: 98% !important;
}

img.shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px !important;
	border-top-right-radius: 10px 10px !important;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
	margin-left: 3px;
}

/*
a.buy-now-button:active {  
background-position:  0 -200px;  
padding:11px 0 9px;  
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);  
}  
*/
a.buy-now-button:hover
{
	//border-color:#49671d;
	text-decoration:none;  
}


a.buy-now-button, a.buy-now-button:visited
{ 
  display:block;
  height: 20px;
  //width: 100px;
  float:left;

  border: 1px solid;
  border-color:#999;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  padding: 3px 50px 3px 10px;

  background-image:  url(/skin/images/but_right_dropout.png);
  background-repeat:no-repeat;
  background-position:right top;
  background-color:#F5F5F5;
  /*vertical-align: middle;*/
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #535353;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;  
  white-space: nowrap;
}

a.read-more:hover
{
	//border-color:#49671d;
	text-decoration:none;  
}

a.read-more, a.read-more:visited
{ 
  display:block;
  float:left;
  height: 20px;
  border: 1px solid;
  border-color:#999;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  padding: 3px 15px 3px 10px;

  //background-image:  url(/skin/images/but_right_dropout.png);
  background-repeat:no-repeat;
  background-position:right top;
  background-color:#F5F5F5;
  /*vertical-align: middle;*/
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #535353;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;  
  white-space: nowrap;
}


input.button
{ 
  display:block;
  /*float:left;
  height: 20px;*/
  border: 1px solid;
  border-color:#999;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  padding: 3px 15px 3px 10px;

  /*background-image:  url(/skin/images/but_right_dropout.png);
  background-repeat:no-repeat;
  background-position:right top;
  */
  background-color:#F5F5F5;
  
  /*vertical-align: middle;*/
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #535353;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;  
  white-space: nowrap;
}


a.add-to-cart-button:hover
{
	//border-color:#49671d;
	text-decoration:none;  
}


a.add-to-cart-button, a.add-to-cart-button:visited
{ 
  display:block;
  height: 20px;
  //width: 100px;
  float:left;

  border: 1px solid;
  border-color:#999;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  padding: 3px 50px 3px 10px;

  background-image:  url(/skin/images/but_right_dropout.png);
  background-repeat:no-repeat;
  background-position:right top;
  background-color:#F5F5F5;
  /*vertical-align: middle;*/
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #535353;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;  
  white-space: nowrap;
}



a.mini-cart:hover
{
	//border-color:#49671d;
	text-decoration:none;  
	color: #535353;
}


a.mini-cart, a.mini-cart:visited
{ 
  display:block;
  height: 20px;
  //width: 100px;
  float:left;

/*
  border: 1px solid;
  border-color:#999;
  border-radius: 3px 3px 3px 3px;
*/
  cursor: pointer;
  padding: 3px 3px 3px 3px;

  /*background-image:  url(/skin/images/Shoppingcart-icon.png) ;*/
  background-repeat:no-repeat;
  background-position:left;
  
  /* background-color:#F5F5F5; */
  /*vertical-align: middle;*/
  /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);*/
  color: #535353;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;  
  white-space: nowrap;
}

.SiteHeaderCartInfo {
    background: url("/skin/images/red_dot.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    height: 14px;
    line-height: 14px;
    margin-left: 0px;
    margin-top: 4px;
    text-align: center;
    width: 14px;
}

.SiteHeaderCart, 
a.SiteHeaderCart, 
a.SiteHeaderCart:link, 
a.SiteHeaderCart:visited, 
a.SiteHeaderCart:active, 
.SiteHeaderCart a, 
.SiteHeaderCart a:link, 
.SiteHeaderCart a:visited
 {
    background: url("/skin/images/Shoppingcart-icon.png") no-repeat scroll 0 4px transparent;
	padding-left: 17px;
}
