/* here we are */
body {}

#torico-body {
width: 920px;
margin: auto;
text-align: left;
color: #333;
}

#doc {
width: 920px;
}

#hd {
position: relative;
background: url('../img/header-logo.gif') no-repeat bottom right #72797f;
height: 170px;
margin-bottom: 10px;
}

#ft {
position: relative;
background: url('../img/footer-logo.gif') no-repeat bottom right #72797f;
height: 170px;
}

#ft-address {   
    position:absolute;
    top:10px;
    left:10px;
}

#ft-address p {
    font-size:100%;
    color:#FFF;
}


#hd h1 {
display: none;
}

h2 {
font-size: 120%;
color: #72797f;
background:#FFF;
letter-spacing:.1em;
padding-bottom:5px;
text-transform:lowercase;
}

h2.emurow {
	margin-top:10px;
}

h4 {
	font-weight:bold;
	margin:.5em 0;
}

#nav {
position: absolute;
bottom: 20px;
left: 20px;
font-size: 120%;
color: #FFF;
}

#nav a {color:#FFF;text-decoration:none;}
#nav a:hover {color:#000;}

.row {
overflow: auto;
margin-bottom:10px;
}

.bc {/*block content*/
background: #F0F0F0;
position:relative;
}
.bi-text {/*block inner text */
	padding:10px;
}

.col1 {
float: left;
width: 300px;
margin-right: 10px;
background: #F0F0F0;

}

.col6 {
float: left;
width: 600px;
margin-right: 10px;
background: #F0F0F0;
}

.col2 {
float: left;
width: 610px;
margin-right: 10px;
background: #F0F0F0;
}

.col3 {
	float:left;
	width:450px;
	margin-right:10px;
	background: #F0F0F0;
}

.col4 {
	float:left;
	width:145px;
	margin-right:15px;
	background: #F0F0F0;
}

.col5 {
	float:left;
	width:760px;
	margin-right:10px;
	background: #F0F0F0;
}

.last {
margin-right: 0px;
overflow:hidden;
}

a {
color: #49b0ff;
}
a:hover {
color: #4d88b1;
}

/* NEWS BLOCK STYLES */

h3 {
color: #333;
font-weight: bold;
font-size: 100%;
margin-bottom:.5em;
}

.news-date {
color: #CCC;
font-weight: bold;
font-size: 100%;
float: right;
text-align:right;
}
.news-date-single {
color: #CCC;
font-weight: bold;
font-size: 100%;
text-align:right;
}
.news-item.single p {
    font-size:100%;
} 
.news-item {
	margin-bottom:0px;
	/*overflow:auto;*/
}
.news-item.hover {
	cursor: pointer;
}
.news-item.hover:hover {
	background:#FFF;
}

.news-item .images{
	float:right;
	margin-left:10px;
}
.news-item .links{
	float:left;
	margin-right:10px;
}
.news-item .products{
	float:left;
	margin-right:10px;
}

.block-bottom-link {
	position:absolute;
	bottom:10px;
	right:10px;
	font-weight:bold;
}

p,ul.text-list li {
margin-bottom: 1em;
font-size:80%;
line-height:1.5em;
color:#444;
}

strong {
	font-weight:bold;
}

#find-us-map {
height: 150px;
border: 1px SOLID #999;
background: #eee;
margin: 10px 0;
}

ul.grid {
overflow: auto;
}

ul.grid li {
float: left;
margin: 0;
padding: 0;
overflow: hidden;
}

ul.grid.two-across li {
width: 150px;
height: 150px;
}
ul.grid.three-across li {
width: 100px;
height: 100px;
}


.onefiftysq{
	width:150px;
	height:150px;
	padding:0px;
	overflow:hidden;
}

.threehundredsq{
	width:300px;
	height:300px;
	padding:0px;
	overflow:hidden;
}

.demo-bike-images {
	position:absolute;
	left:10px;
	bottom:10px;
}

dl.attribs{
	font-size:80%;
	float:right;
	background:#EEE;
	border:1px SOLID #DDD;
	padding:3px 5px;
	width:200px;
	margin-left:10px;
	margin-bottom:10px;
}

dl.attribs dt{
	font-weight:bold;
	float:left;
	text-align:right;
	width:30%;
	margin-bottom:.2em;
}

dl.attribs dd{
	margin-left:32%;
	margin-bottom:.2em;
	clear:right;
}

.product-description{}
.product-description ul {
	margin-bottom: 1em;
	font-size:80%;
	line-height:1.5em;
	color:#72797f;
}
.product-description li {
	list-style-type:disc;
	margin-left:20px;
}

.sale-item {
	padding:10px;
	border:1px SOLID #CCC;
	background:#FFF;
	margin-top:10px;
	overflow:auto;
}

.sale-item:hover,.sale-item.offer:hover {
	background:#FFF;
}

.sale-item.offer {background:#CFC;}
.sale-item.out-of-stock {background:#DDD;border:0px;}
.sale-item.not-avail {background:#DDD;border:0px;}
.sale-item .item-name{float:left;margin-right:5px;font-weight:bold}
.sale-item .price{float:right;}
.sale-item .price .offer-price{font-weight:bold;color:#00aa00;}
.sale-item .sale-form{float:right;text-align:right;clear:both}
.sale-item .not-avail{color:#AAA;font-weight:bold}
.sale-item .out-of-stock{color:#FF0000;font-weight:bold}



.tip {
	color: #fff;
	width: 164px;
	z-index: 13000;
	position:relative;
	left:-37px;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 15px 15px 0px 10px;
	background: url(bubble.png) top left;
}

.tip-text {
	font-size: 11px;
	padding: 0px 15px 15px 10px;
	background: url(bubble.png) bottom right;
}

.product-grid {
	overflow:auto;
	margin-bottom:10px;
	border-top:1px SOLID #EEE;
}

.product-grid li:hover {
	background:#EFEFEF;	
}

.product-grid li {
	width:358px;
	float:left;
	padding:10px;
	border:1px SOLID #EEE;
	border-top:0px;
	height:100px;
	overflow:hidden;
}
.product-grid li.even{
	border-left:0px;
	width:359px;
}

.product-grid li img.prodimg {
	float:left;
	margin-right:10px;
}

.product-grid h3 {

}

.product-grid p {
	margin:0;
	padding-right:5px;
}
.product-grid p.from-price{
	font-size:108%;
	font-weight:bold;
}

.bc.selection {
	height:300px;
	overflow:hidden;
}

.bc.selection-thin {
	height:150px;
	overflow:hidden;
}
.bc.selection-small {
	height:145px;
	overflow:hidden;
}

.selection-300 {
	position:relative;
	overflow:hidden;
	height:100px;
}

.selection-text {
	position:absolute;
	top:120px;
	right:0px;
	width:45%;
	padding:10px;
	background:#72797f;
}

.selection-text.left {
	left:0px;
}

.selection-text h3 {
	color:#FFF;
}
.selection-text p{
	color:#000;
	margin-bottom:0px
}

#navbar {
	position:relative;
	height:38px;
	background:url('../img/breadcrumb-right.gif') no-repeat right;
	margin-bottom:10px;
}

#navbar ul {
	height:38px;
	overflow:auto;
	background:url('../img/breadcrumb-left.gif') no-repeat left;
}


#navbar ul li a{
	color:#72797F;
	text-decoration:none;
}
#navbar ul li a:hover{
	color:#4d88b1;
}
#navbar ul li {
	color:#72797F;
	float:left;
	height:18px;
	padding:11px 20px 9px 8px;
	font-weight:bold;
	font-color:#999;
	background:url('../img/breadcrumb-arrow.gif') no-repeat right;
}

#searchform {
	position:absolute;
	top:8px;
	right:10px;
}

.shop-nav {
	margin:0 0 10px 10px;
}
.shop-nav li{
	margin-bottom:.2em;
}
	
#menu_container {
	margin:-10px -10px 10px -10px;
	position:relative;
}	

#menu_container ul, #menu_container li {display:none}
#menu_container .current {display:block}
#menu_container .current li {display:block}
#menu_container .current li.current ul{display:block}
#menu_container .current li.current ul li{display:block}
#menu_container .current li.current ul li ul{display:none}
#menu_container .current li.current ul.current li.current ul{display:block}

#menu_container {font-size:100%;}
#menu_container li {font-size:0.95em;}

#menu_container a {
	padding:4px 10px;
	display:block;
	border-bottom:1px SOLID #E0e0e0;
	text-decoration:none;
	color:#666;
}

#menu_container a:hover {
	background:#FFF;
}	

#menu_container a.current {
	color:#000;
	background:#FFF;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	width:136px;
	height:14px;
	background:url('../img/menu-selected.png') no-repeat top right;
	border-bottom:0px;
	padding:8px 10px;
}

#menu_container ul li {
/*	border-top:1px SOLID #CCC;*/
	font-weight:bold;
	background:#EEE;
}

#menu_container ul li ul li {
	font-weight:normal;
}

#menu_container ul li ul li a {
	padding-left:15px;
}

#menu_container ul li ul li ul li a {
	padding-left:20px;
}

#menu_container ul li ul li a.current {
	padding-left:15px;
	width:131px;
}

#menu_container ul li ul li ul li a.current {
	padding-left:20px;
	width:126px;
}


#menu_container ul li ul li{
	border-top:0px;
	font-weight:normal;
	background:#EFEFEF;
}

#menu_container ul li ul li ul li{
	background:#EEE;
}

#menu_container ul ul {
	padding-bottom:0em;
	
}

#menu_container  {
	border-top:1px SOLID #DDD;
/*	padding-bottom:1em;*/
}
	
	
table.cart th {
	font-weight:bold;
	background:#999;
	color:#FFF;
}
table.cart td, table.cart th{
	padding:5px;
}

table.cart {width:100%}
p.checkout {text-align:right;margin-top:1em;}
p.checkout a img{position:relative;top:7px;}

table.cart #id_quantity {width:3em}

table.cart tr {background:#DDD;border-bottom:1px SOLID #FFF}
table.cart tr.odd {background:#EEE}
table.cart tr.even {background:#E2E2E2}
table.cart .price {text-align:right}
table.cart td {font-weight:bold;}
	
.remove-item-btn {position:relative;top:4px;}
.update-quantity-btn{position:relative;top:6px;}
#addcart{position:relative;top:6px;}	
	
label {font-weight:bold;color:#333;font-size:80%;margin-right:3px;}

#checkout {}
#checkout fieldset{
	border:1px SOLID #FFF;
	padding:10px;
	margin-bottom:1em;
}
#checkout label{
	display:block;
	margin-top:.5em;
	margin-bottom:.1em;
}
#options label{
	display:block;
	margin-top:.5em;
	margin-bottom:.1em;
}
#checkout legend {
	font-weight:bold;
	color:#999;
	text-transform:uppercase;
	font-size:80%;
}

#checkout input {
	width:500px;
	padding:.3em;
	font-size:110%;
}

#checkout select{
	padding:.2em;
	font-size:110%;
}

#checkout input.noresize {
	width:inherit;
}

#checkout input#id_ccv {
	width:2.5em;
}
#checkout input#id_credit_number{
	width:10em;
}

#checkoutprogress {font-size:100%;padding:5px 8px;background-color:#FFF;margin-bottom:1em}
#checkoutprogress ul {overflow:auto;}
#checkoutprogress ul li {float:left;list-style:inside decimal;color:#999;margin-right:20px;}
#checkoutprogress ul li.active {font-weight:bold;color:#000}
	
	
.errormsg, .errorlist li {
	color:#FF0000;
}

#bookbikeform label {
	width:120px;
	float:left;
}
	
	
