body,td,th {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 18px;
	color: #000900;
}
body {
	background-color: #EEEEEE;
	background-image: url(../img/back-grad.gif);
	background-repeat: repeat-x;
	margin:0px;
}
hr {
	height:1px;
	color:#CCCCCC;
	background-color:#CCCCCC;
}
a:link {
	color: #0000AA;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #0000AA;
}
.footer, .footer a{
	color:#333333;
}
.footer-list, .footer-list a{
	color:#CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	color:#CF3F38;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
#ribbon {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding:0px;
	z-index:100;
	background-color:#FFFFFF;
	overflow: visible;
	border-bottom:solid 1px #CCCCCC;
	vertical-align:middle;
}
#nav {
	position:absolute;
	left:50%;
	margin-left:-475px;
	top:35px;
	width:950px;
	height:75px;
	z-index:10;
	overflow: visible;
}
form {
	display:inline;
}
.nav-cell {
	font-weight:bold;
	font-size:12px;
	padding:5px 0px 5px 10px;
	text-align:left;
	white-space:nowrap !important;
}
#content {
	position:absolute;
	left:50%;
	margin-left:-475px;
	top:110px;
	width:950px;
	z-index:9;
	overflow: visible;
	padding:0px;
}
#searchTextField
{
  width:150px;
  /*font-size:11px;
  color:#000000;
  border:1px solid #0000FF;
  padding:2px;*/
}
}
#anonymous_signup_email_field
{
  width:150px;
  font-size:11px;
  color:#444444;
  background-color:#FFFFFF;
  padding:3px;
}

.filter, .textFields
{
  font-size:11px;
  font-weight:normal;
  color:#000000;
  background-color:#FFFFFF;
  padding:3px;
  width:175px;  
}

.cartTextfield
{
  font-size:11px;
  font-weight:normal;
  color:#000000;
  background-color:#FFFFFF;
  padding:3px;
  width: 80px;
}

.errors
{
    color:red;
}

.feedback_message
{
    color:green;
}

#opaque-div-layer
{
    position:fixed;
    width:100%;
    height:100%;
    display:none;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index:8000;
    top:0;
    left:0;
    background-color:#DDDDDD;
}

.feedbackMessage
{
    color:black;
    font-weight:bold;
}

#feedback-message-hover
{
    position:fixed;
    left:30%;
    right:30%;
    width:40%;
    background-color:#FFFFFF;
    border:1px solid blue;
    padding:10px;
    top:20%;
    z-index:8001;
}

#search-tag-enclosing
{
    position:relative;
	width:600px;
}

#search-tag-text-field
{
    position:absolute;
    top:0;
    left:0;
}
#search-tag-buttons
{
    position:absolute;
    left:160px;
    width:120px;
    top:0;
}
#search-tag-feedback-searched, #search-tag-feedback-clear-search {
	width:100%;
	padding:10px;
	text-align:center;
	font-weight:bold;
}

.control-button, .products-thumbnails-add-to-cart-button, .checkout-button, #submit-customer-self-management-button, #button_submit_simple_search, #button_submit_deeper_search, .button_submit_simple_search, .button_submit_deeper_search, #searchButtons, .buttons, .borsari_cycles_button, #buttons
{
	cursor: pointer;
	text-decoration:none;
	color:#000000;
	font-size:10px;
	padding:2px 2px 2px 2px;
	background-color:#FFFFFF;
	border:solid 1px #999999;
	position:static;
}
.checkout-button:disabled {
	cursor: default;
	border:solid 1px #999999;
	color: #999999;
}
#product-thumbnails-pagination
{
    position:relative;
    height:20px;
    min-height:20px;
	padding:5px;
	background:#F8F8F8;
}

#product-thumbnails-pagination-pages
{
    float:left;
    position:relative;
}

#product-thumbnails-pagination-summary
{
    float:right;
    position:relative;
}

#product-thumbnails-sorting
{
    position:relative;
    height:20px;
    min-height:20px;
	margin-top:5px;
}

#product-thumbnails-sorting-current
{
    float:right;
}

#product-thumbnails-sorting-label
{
    float:left;
    font-weight:bold;
    padding-right:5px;
}

#product-thumbnails-sorting-options
{
    float:left;
}

.product-thumbnails-pagination-pages-current
{
    font-weight:bold;
}

.products-thumbnails-price-normal
{
    font-weight:bold;
}

.products-thumbnails-price-special
{
    font-weight:bold;
    color:red;
}

.products-thumbnails-description
{
    display:none;
}

#search-form-enclosing
{
    margin:0px;
    padding:0px;
	white-space:nowrap;
	overflow:visible;
	position:relative;
	height:26px;
}

#search-tag-feedback
{
	background:#CCCCCC;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
}
#search-tag-feedback-searched-text
{
	font-weight:bold;
}

th.checkout_header
{
	font-weight:bold;
	color: #1241A0;
	text-align:center;
	padding: 7px 2px 2px 2px;
}

#calendar-div {
    position:absolute;
    background-color:white;
    z-index:8888;
	overflow:visible;
	margin-left:-50px;
	margin-top:-100px;
}
p.payment-text {
	padding: 0 10px;
}