/*  
Theme Name: X-RIDE
Version: 1.3.3
Description: X-RIDE
Theme URI: http://www.modular-studio.com/
Author: Modular Studio
Author URI: http://www.modular-studio.com/
Tags: modular-studio, webdesign, development
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,600,700,300);

/* ---------------------------------------------------------------------- */
/*	General Styles
/* ---------------------------------------------------------------------- */

	.content-bottom .banner > div {
		display: block;
    float: left;
    margin-left: 0;
    margin-right: 13px;
	}


	body {
		background: #FFF;
	}

		/* Links styles */

		a, a:visited { color: #333; }

		a.btn-inverse, a.btn-cart { color:#fff; }

		td img {display: inline;}

		ul.list { list-style: none inside url("../images/square.png"); }

			ul.list li a { text-decoration:none; }

			ul.list li a:hover { text-decoration:underline; }

/* ---------------------------------------------------------------------- */
/*	Generic Classes
/* ---------------------------------------------------------------------- */

	.hidden { display: none; }

	.clearboth { clear: both; }

	.separator { border-top: 1px solid #DDD; margin:10px 0; }

	.disabled { cursor: auto; }

	.align-center { margin-left: auto; margin-right: auto; text-align: center; }

	.float-left { float: left; }

	.align-left { text-align: left; }

		img.align-left { margin-bottom: 15px; margin-right: 15px; }

	.align-right { text-align: right; }

	.float-right { float: right; }

		img.align-right { margin-bottom: 15px; margin-left: 15px; }
	


/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */

	form { padding: 0; margin: 0; display: inline; }

		/* Borders and inner shadows */
		input[type='text'], 
		input[type='password'], 
		textarea, 
		select {
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			background: #FBFBFB;
		}
		
		select { padding: 2px; }

		fieldset { 
			border:1px solid #CCC; 
			border-width: 1px 0 0; 
		}
			legend { 
				font-size: 1.24em; 
				font-family: Georgia,serif; 
				text-transform:uppercase;
			}

		/* Red mark for required fields */

		.req_mark, 
		.option .required { 
			color: #DD0000; 
			font-weight: bold; 
		}

		/* Error messages */
		
		input.error, 
		select.error, 
		textarea.error { border: 1px solid #F26B55; }
		
		span.error { 
			display: block; 
			color: #DD4B39; 
			font-family: sans-serif; 
			font-size: 85%;
		}

		/* Help */

		.help { 
			color: #999; 
			font-size: 11px; 
			font-weight: normal; 
			font-family: sans-serif; 
			display: block; 
		}

		.form-actions {
			background: #fbfbfb;
			border-color: #eee;
		}


/* ---------------------------------------------------------------------- */
/*	Buttons
/* ---------------------------------------------------------------------- */

	.buttons { /* Buttons container */
		text-align: center;
		clear: both;
		padding: 17px 0;
		margin-top: 18px;
		margin-bottom: 18px;
	}

	.btn {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

		.btn-small { padding: 3px 9px; }

		.btn-cart {
			background-color: #D14836;
			background-image: -moz-linear-gradient(top, #DD4B39, #D14836);
			background-image: -ms-linear-gradient(top, #DD4B39, #D14836);
			background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DD4B39), to(#D14836));
			background-image: -webkit-linear-gradient(top, #DD4B39, #D14836);
			background-image: -o-linear-gradient(top, #DD4B39, #D14836);
			background-image: linear-gradient(top, #DD4B39, #D14836);
			background-repeat: repeat-x;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD4B39', endColorstr='#D14836', GradientType=0);
			border-color: #C53727;
			border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

			-webkit-box-shadow:	0 1px 2px rgba(0,0,0,.15);
			-moz-box-shadow:	0 1px 2px rgba(0,0,0,.15);
			box-shadow:			0 1px 2px rgba(0,0,0,.15);
		}
			.btn-cart,
			.btn-cart:hover {
				text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
				color: #ffffff;
				text-transform: uppercase;
				font-weight:bold;
			}
			.btn-cart:hover {
				background-color: #C53727;
				background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
				background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
				background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#c53727));
				background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
				background-image: -o-linear-gradient(top, #dd4b39, #c53727);
				background-image: linear-gradient(top, #dd4b39, #c53727);
				background-repeat: repeat-x;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b39', endColorstr='#c53727', GradientType=0);
				border-color: #B0281A;
				border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
				filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

				-webkit-box-shadow:	0 1px 3px rgba(0,0,0,.27);
				-moz-box-shadow:	0 1px 3px rgba(0,0,0,.27);
				box-shadow:			0 1px 3px rgba(0,0,0,.27);
			}
			.btn-cart:active,
			.btn-cart.active {
				-webkit-box-shadow:	inset 0 1px 4px rgba(0,0,0,.3);
				-moz-box-shadow:	inset 0 1px 4px rgba(0,0,0,.3);
				box-shadow:			inset 0 1px 4px rgba(0,0,0,.3);
			}
			
			.btn-cart:hover,
			.btn-cart:active,
			.btn-cart.active,
			.btn-cart.disabled,
			.btn-cart[disabled] {
				background-color: #C53727;
			}

			.btn-cart:active, .btn-cart.active {
				background-color: #C53727 \9;
				color: rgba(255, 255, 255, 0.75);
			}


/* ---------------------------------------------------------------------- */
/*	Layout
/* ---------------------------------------------------------------------- */

	/*	Main container with shadows
	-------------------------------------------------- */

		#content-wrapper { 
		}

		#content-wrapper, 
		#topdivider { 
		}

		/* thick black line below main menu */ 

		#topdivider { 
		} 

	/*	Main content
	-------------------------------------------------- */

		#maincontent { 
			padding: 20px 0;
		}

		#maincontent.home { padding:0;}
			
			#maincontent .info-inner { padding:30px 0px 20px;!important }
			
			#maincontent.maintenance { padding:40px 0 0; }
		
	/*	Sidebars
	-------------------------------------------------- */

		#column-left > .inner {	
			border-right:1px solid #CCC; 
			padding-right:10px; 
		}

		#column-right > .inner { 
			border-left:1px solid #CCC; 
			padding-left:10px; 
		}


/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

	#header-container {
		background: url(../images/bgheader_.jpg) no-repeat center top; 
		width: 100%; 
		height: 155px; 
		margin-bottom: 15px;
		}

	#header {
		z-index: 97;
	}

		#logo { margin-top:10px; }

			#logo img {	display:inline; max-width: 100%;}

			#header .rightbox, #header .leftbox { position: relative; }

		.leftlogo #logo {
		}

	/*	Language & Currency dropdowns
	-------------------------------------------------- */

		#currency, #language { 
		display: inline-block; 
		float:left; 
		margin: 8px 0 8px;
		}		
		
		#currency span, #language span { 
		float:left; margin-right: 10px;	}
		#language_selector, 
		#currency_selector
		{
			color: #1F1F1F;
			line-height: 1.2em;
			font-size: 14px;
			font-weight: 400;
			font-family: 'Open Sans', sans-serif;
		}

		#language_selector {margin-left: 50px;  }
		#language_selector  a{text-transform:uppercase;  }

		.dropd {
			z-index: 999;
			position: absolute;
			color: #1F1F1F;
			line-height: 1.2em;
			font-size: 14px;
			font-weight: 400;
			font-family: 'Open Sans', sans-serif;
			cursor: pointer;
		}
		.dropd.active {  
		}
			.dropd ul { margin: 0; list-style: none; }
				
				.dropd span.selected, .dropd li a {
					display: inline;
					height: 1.2em;
					line-height: 1.2em;
					padding: 2px 7px;
					font-size:14px;
					text-decoration:none;
				}
				.dropd li a:hover { }
				.dropd:hover span.selected { color: #333; }

				.dropd span.selected, 
				.dropd.active span.selected {
					color: #999; 
					padding-right: 16px;
					background: transparent url("../images/arrow_down.png") no-repeat 96% 8px;
				}

				.dropd.active span.selected { border-bottom:1px solid #eee; }

			.dropd .options { 
				cursor: pointer;
				display: none;
			}
			.dropd img { 
				display: inline; 
				margin: -1px 3px 0 0; 
				vertical-align: middle; 
			}

	/*	Mini Cart (module on the header)
	-------------------------------------------------- */

		#cart { 		
			z-index: 999;
			color: #1f1f1f; 
			margin:8px 0 8px; 
			line-height:1.2em; 
			font-size:14px; 
			font-weight: 400;
			font-family: 'Open Sans', sans-serif;
			position:relative;
			display:inline-block;
			float:right; margin-right: 50px;}
			
			#cart .heading {
				border: 1px solid transparent;
				border-bottom: 0;
				text-align: right;
				height: 34px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-top-right-radius: 3px;
				border-top-right-radius: 3px;
			}
				#cart h4 { font-size: 1em; }

				#cart .heading img { margin-right: 10px; }
				#cart .heading a { text-decoration: none; }
				#cart .heading a:hover { text-decoration:underline; }

				#cart-total {
					background: transparent url('../images/arrow_down_dark.png') 100% 50% no-repeat;
					color: #333;
					cursor: pointer;
					padding-right: 12px;
				}

			#cart .content {
				display: none;
				position: absolute; right:0;
				min-height: 140px; min-width:260px;
				margin-top: -1px; padding: 16px;

				border: 1px solid #CCC; 
				background: #fff;

				webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2); 
				-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2); 
				box-shadow: 0 1px 5px rgba(0,0,0,.2);
			}

			#cart.active .content { display: block !important; display: none; }

			#cart.active .heading {
				border-bottom: 0;
				margin-bottom: 0;

				display: inline-block;
				position: relative;
				
				z-index: 1;
			}

			#cart .items {
				border-collapse: collapse;
				width: 100%;
				margin-bottom: 5px;
				border-bottom:1px solid #CCC;
			}
				#cart .items td { 
					vertical-align: top; 
					padding: 10px 5px 6px;
				}

				#cart .items tr + tr { border-top: 1px dashed  #DDD; }
					#cart .items .image { padding-left: 0; }
						#cart .items .image img { text-align: left; }

				#cart .items .name a {text-decoration: none;}

				#cart .items .quantity, 
				#cart .items td.total, 
				#cart .items .remove  { 
					text-align: right;
				}

				#cart .items span.qty {
					background: transparent url("../imgages/plus.png") left 50% no-repeat;
					padding-left: 8px;
				}

			#cart .total {
				border-collapse: collapse; 
				padding: 5px; 
				float: right; 
				clear: left; 
				margin-bottom: 8px; 
			}
				#cart .total td.labels { padding-right:6px; }
			
				#cart .content .checkout { text-align: right; clear: both; }

			#cart .empty { padding-top: 50px; text-align: center; } 

	/*	Search box
	-------------------------------------------------- */

		#search { margin-top: 25px; }
		a.but_fb_top img{width:32px;}
		a.but_fb_top{
			display: block;
    		float: right;
    		margin-left: 10px;
		}
			#search .searchbox {
				position: relative;
			}
			#search input { 
				margin: 0; 
				padding: 6px 0 6px 8px; 
				width: 170px; 
				outline:none;
				font-size: 14px;
				-webkit-border-radius: 3px!important;
				-moz-border-radius: 3px!important;
				border-radius: 3px!important;
				font-family: 'Open Sans', sans-serif;
				position: absolute;
				right: 40px;
			}
			#search .button-search {		
				position: absolute;
				top: 0;
				right: 0;
				z-index:99;
				background: url(../images/searchbtn.png) no-repeat!important;
				width: 30px;
				height: 30px;
				border: none!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
			}

	/*	Welcome & Important Links
	-------------------------------------------------- */

		.welcome {margin: 25px 0px 70px 0px;}
		
		#welcome { 
			color: #1f1f1f; 
			margin:8px 0 8px; 
			line-height:1.2em; 
			font-size:14px; 
			font-weight: 400;
			font-family: 'Open Sans', sans-serif;
			float: right;
		}
		
		#links {
			color: #1f1f1f; 
			line-height:1.2em; 
			font-size:14px; 
			font-weight: 400;
			font-family: 'Open Sans', sans-serif;
		}

			#links a { 
				white-space:nowrap; 
				border: 0; background: none; 
				text-shadow: none;  
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
			}

			#links a + a { 
				margin-left: 6px; 
				padding-left: 6px; 
				border-left: 1px solid #DDD; 
			}

		/* When logo is aligned to the left */

			.leftlogo #welcome, .leftlogo #links {
				display: inline-block;
			}

	/*	Main Navigation
	-------------------------------------------------- */

		.navbar { margin-top: 20px!important; float:left; margin-bottom: 0; padding-left: 0; }

			.navbar-inner {
				background: none;
				filter:none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow:none;
				padding-left: 0;
			}
				.navbar-inner .container { padding-left: 0; }

			.navbar .nav > li > a {
				text-shadow:none;
				padding-bottom:8px;
				font-size: 16px;
				color: #fff;
				text-transform: uppercase;
				font-family: 'Open Sans', sans-serif;
			}
			.navbar .nav > li > a:hover {
				color: #999;
			}
				.nav li.dropdown:hover > ul.dropdown-menu{
				    display: block;    
				}
			
			.navbar .dropdown-menu {
				margin-top: 0px;
				white-space: nowrap;
			}
				.nav li.dropdown ul.dropdown-menu li:hover ul.dropdown-menu:before,
				.nav li.dropdown ul.dropdown-menu li:hover ul.dropdown-menu:after {
				    content: none;
				}

				.navbar .dropdown-menu > li.column-menu {
					display: table-cell;
					border-right: 1px dashed #dfdfdf;
					vertical-align: top;
				}
				.navbar .dropdown-menu > li.column-menu:last-child {
					border-right: 0;
				}
				.navbar .dropdown-menu > li.column-menu ul {
					margin-left: 0;
				}
				.navbar .dropdown-menu > li.column-menu ul li {
					list-style: none;
				}


/* -------------------------------------------------- */
/*	Content Wrapper
/* -------------------------------------------------- */

	/*	Page heading
	-------------------------------------------------- */

		.heading { 
			border-bottom:1px solid #CCC; 
			text-align:center; 
		}
			.heading h1 { 
				margin:0.44em 0 0.34em;
				font-family: 'Open Sans', sans-serif;
				font-weight: 300;
				font-style: italic;
				color:#5f5f5f!important;
				font-size: 36px;
				text-transform: uppercase;
				}

	/*	Breadcrumbs
	-------------------------------------------------- */

		.breadcrumb { 
			display: none;
			border: none; 
			background: none;
			filter: none;
			color: #CCC; 
			font-size:11px; 
			padding:6px 0; 
			font-family: sans-serif;
		}
			.breadcrumb a { 
				color:#999; 
				padding: 1px 6px; 
				text-decoration:none; 
			}
			.breadcrumb a:hover {
				color: #444;
				text-shadow: 0 1px 0 #FFF;
				background:#EEE;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
				border-radius: 8px;
			}
			.breadcrumb .divider { padding: 0;}

	/*	Information Boxes
	-------------------------------------------------- */

		.alert {
			margin: 10px 0px 15px;

			color: #000;
			text-shadow: 0 1px 0 #FFF;
			text-align: center;

			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

			.alert a {
				font-weight: bold;
			}
			
			.alert.success { background: #dffbd8; border: 1px solid #BBDF8D; }
			.alert.warning { background: #ffdac9; border: 1px solid #ffa886; }
			.alert.attention { background: #FFF5CC; border: 1px solid #F2DD8C; }

	/*	Table styles
	-------------------------------------------------- */

	.table thead td,
	.table thead th { 
		background-color: #F6F6F6; 
		text-shadow: 0 1px 0 #fff; 
		text-transform: uppercase;
		text-align:center; 
		vertical-align: middle;
		color: #000;
	}

		.table .left { text-align: left; }
		.table .right {	text-align: right; }
		.table .center { text-align: center; }


	/*	Pagination
	-------------------------------------------------- */

		.paginate { 
			border-top: 1px solid #ccc; 
			padding-top: 8px;
			overflow: hidden;
		}
			.paginate .links { float: left; }
				.paginate .links a,
				.paginate .links b {
					padding: 0 6px;
					line-height: 24px;
					text-decoration: none;
					font-weight: bold;
				}
				.paginate .links b { font-weight: normal; color:#333; }

			.paginate .results { float: right; color: #999; font-family:arial,helvetica,sans-serif; font-size:11px; }

	/*	Fake fieldset (legend style outside forms)
	---------------------------------------------------------------------- */

		.contentset {
			margin: 28px 0 18px;
			text-align:left;
			padding-left: 10px;
			text-transform:uppercase;
			color:#000;
			border-bottom:1px solid #ccc;
			padding-bottom: 10px!important;
		}
			.contentset.center { text-align:center; padding:0; }

				.contentset .inner { margin: -0.8em auto 0; font-weight: normal; }

				.contentset span { background:#none; padding: 0 12px;  }

		#column-left .contentset { font-weight: bold; border:0; }

	/*	Box
	-------------------------------------------------- */

		.box { margin-bottom: 20px; }

			.box .box-heading {
				padding: 8px 10px 7px 4px;
				font-size: 14px;
				font-weight: bold;
				text-transform:uppercase;
				margin-bottom: 12px;
				line-height: 14px;
				color: #333;
			}
	
	/*	Category boxes
	-------------------------------------------------- */

		.box-category { margin-top: -5px; }

			.box-category ul { 
				list-style: none; 
				margin: 0; 
				padding: 0; 
			}
			.box-category > ul > li { padding: 5px 0 0 0; }

			.box-category > ul > li > a { 
				text-decoration: none; 
				color: #333; 
			}
			.box-category > ul > li ul { display: none; }
			.box-category > ul > li a { 
				padding: 2px 8px; 
				text-shadow: 0 1px 0 #FFF; 
			}
			.box-category > ul > li a.active {
				font-weight: bold;
				background:#EEE;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
				border-radius: 8px;
			}
			.box-category > ul > li a.active + ul { display: block; }
			.box-category > ul > li a:hover {
				background:#EEE;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
				border-radius: 8px;
			}

			.box-category > ul > li ul > li { padding: 5px 5px 0px 10px; }

				.box-category > ul > li ul > li > a { text-decoration: none; }
				.box-category > ul > li ul > li > a.active { font-weight: bold; }

	/*	Category info
	-------------------------------------------------- */

		.category-info {
margin-bottom: 20px;
background: none;
padding: 12px;
overflow: auto;
text-align: center;
}
			.category-info .image { 
				float: left; 
				margin-right: 15px; 
			}
			.category-info .contentset span { background: #F6F6F6; }

			.category-list { 
				margin-bottom: 20px; 
				overflow: hidden; 
			}

			.category-list ul {
				float: left;
				margin:0;
				list-style:none;
			}
				.category-list a {
					padding: 2px 8px; 
					text-shadow: 0 1px 0 white; 
					text-decoration:none;
				}
				.category-list a:hover {
					background:#EEE;
					-webkit-border-radius: 8px; 
					-moz-border-radius: 8px;
					border-radius: 8px; 
				}

	/*	Search
	-------------------------------------------------- */

		.search-criteria { 
			background:#f9f9f9; 
			padding:12px; 
			text-align:center; 
		}
			.search-criteria .contentset .inner span{ background:#f9f9f9; }
				
				.search-criteria input[type="text"], 
				.search-criteria select { 
					margin-bottom:10px; 
					background: #FFF; 
				}

				.search-criteria input[type="text"] { font-size:16px; }

		.filter-category { margin-bottom:10px; }

	/*	Sitemap
	-------------------------------------------------- */

		.sitemap-info ul { 
			list-style: none; 
		}
			.sitemap-info > .span6 > ul > li > a { 
				font-weight:bold; 
				text-decoration:none; 
			}

			.sitemap-info ul li ul { 
				margin-left:16px; 
				list-style: none inside url("../images/darksquare.png"); 
			}
				.sitemap-info ul li ul li ul { 
				margin-left:16px; 
				list-style: none inside url("../images/square.png"); 
			}

	/*	Manufacturers
	-------------------------------------------------- */	

		.pagination.manufacturer {
			height:auto !important;
		}

		.pagination.manufacturer a {
			padding: 0 8px;
			margin-bottom: 2px;
		}

	/*	Empty page
	-------------------------------------------------- */

		.empty { 
			background:#f2f2f2; 
			padding: 60px 0; 
			text-align: center; 
		} 
			.empty.white { background: #fff;}

			.empty .alert { display: inline-block;}


/* -------------------------------------------------- */
/*	Products Category Views
/* -------------------------------------------------- */

	/*	Products filter
	-------------------------------------------------- */

		.product-filter {
			display: none;
			border: 1px solid #f2f2f2;
			border-width: 1px 0;
			background: #F9F9F9;
			padding:8px 5px 0;
			margin-bottom:20px;
			font-size:11px;
			font-family:sans-serif;
			overflow: visible;
		}

		/*	Buttons for Grid/List view
		-------------------------------------------------- */
		
			.product-filter .display { 
				margin-right: 15px; 
				float:left;
			}

		/*	Filter options
		-------------------------------------------------- */

			.product-filter .list-options { text-align:right; }

				.product-filter select { 
					background: #FFF;
					padding:2px; 
					font-size:11px; 
					width:auto; 
					height: auto; 
				}

				.product-filter .sort,
				.product-filter .limit {
					display: inline-block; 
					vertical-align: top;
					color: #999;
					margin-left:6px;
				}

		/*	Compare products
		-------------------------------------------------- */

			.product-compare { float: left; }
				
				.product-compare a { 
					text-decoration: none; 
					color:#D95B44 !important; 
					line-height:14px; 
					line-height:2em; 
					padding: 1px 6px; 
				}
				.product-compare a:hover { 
					text-shadow: 0 1px 0 #FFF; 
					background:#ffefe7;
					-webkit-border-radius: 8px;	
					-moz-border-radius: 8px; 
					border-radius: 8px; 
				}

	/*	Price styles
	-------------------------------------------------- */

		.price { 
			font-weight: bold;
			margin-bottom: 4px;
		}
					
			.price-old { 
				color: #F00; 
				text-decoration: line-through; 
				font-weight: normal; 
			}
		
			.price-new { 
				font-weight: bold; 
				color: #333; 
			}

	/* -------------------------------------------------- */
	/*	List view
	/* -------------------------------------------------- */
	
		.product-list > div {
			margin-bottom: 8px;
			overflow: hidden;
		}
			.product-list > div + div {
				border-top: 1px solid #EEEEEE;
				padding-top: 8px;
			}
		
		.product-list .image { text-align: center;}
			
			.product-list .image img { 
				width:99%; 
				max-width:160px !important; 
			}
		
		.product-list .name { margin-bottom:5px; }
			
			.product-list .name a {	
				font-weight: bold; 
				text-decoration: none; 
			}

		.product-list .description { 
			margin-bottom: 5px; 
			color: #4D4D4D; 
			line-height:1.3em;
		}
		.product-list .rating {	color: #7B7B7B; }
		
		.product-list .price { 
			font-weight: bold; 
			text-align: right; 
			color: #333; 
		}

			.product-list .price-tax { 
				font-size: 11px; 
				font-family:sans-serif; 
				font-weight: normal; 
				color: #999; 
			}
			.product-list .cart { 
				margin-bottom: 3px; 
				text-align:right; 
			}
			
			#product-info .nav { margin: 0!important;}
			#product-info .tab-content { 
			-moz-border-radius: 0px 5px 5px 5px;
			-webkit-border-radius: 0px 5px 5px 5px;
			border-radius: 0px 5px 5px 5px;
			border: 1px solid #C3C3C3; 
			background:#fff; 
			margin-top: -1px;
			padding: 20px;
			line-height: 25px; font-size: 16px; color:#555555;}
			#product-info .tab-content p { line-height: 25px; font-size: 16px; color:#555555;}
			#product-info .options { display:none;}
			#product-info .price-tax {
				color:#444444!important;
				font-weight: 400!important;
				font-size: 14px!important;
				margin-top: 10px!important;
				}

		.compare a, .wishlist a, .remove a {
			color: #777;
			text-decoration: none;
			font-family:sans-serif;
			font-size:11px;
			padding: 1px 6px 1px 14px;
			background-image: url("../images/plus.png");
			background-repeat:no-repeat;
			background-position: 5px 50%;
		}
		.remove a { background-image: url("../images/minus.png"); }

		.compare a:hover, .wishlist a:hover, .remove a:hover {
			color: #444;
			text-shadow: 0 1px 0 #FFF;
			background-color:#EEE;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			cursor: pointer;
			text-decoration:none;
		}
		.product-list .wishlist, .product-list .compare { text-align: right; }

	
	/* -------------------------------------------------- */
	/*	Grid view
	/* -------------------------------------------------- */

		#column-right .grid-box,
		#column-left .grid-box{
			display: block;
			float: none;
			width: auto;
		}
		#column-right .grid-box .inner,
		#column-left .grid-box .inner{
			border:0;
		}

		.grid-box {	
			margin-bottom: 25px; 
			text-align: center;
			width: 300px!important;
		}
			.grid-box .inner {
				border-left:none!important;
				margin-bottom: 20px;
				text-align:center;
			}

			.grid-box.alpha { clear: left; margin-left: 0;}

			.category .grid-box.alpha,
			.search .grid-box.alpha,
			.manufacturer .grid-box.alpha,
			.special .grid-box.alpha { margin-left: 20px;}

			.grid-box.alpha .inner { border-left: 0; }

			.grid-box .image img { 
				margin-bottom: 10px; 
				border: 5px solid #fff;
				box-shadow: 0px 0px 5px #878787;
			}

			.grid-box .name a {
				text-decoration: none;
				display: block;
				margin-bottom: 4px;
				margin-top: 4px;
				font-size: 16px;
				font-weight: bold;
				color:#404040!important;
			}			
			
			.grid-box .price {
				font-style:italic;
				font-size: 14px;
				font-weight: 400!important;
				color:#404040!important;
			}
			
			.grid-box .description, .grid-box .wishlist, .grid-box .compare { display: none; }

			.grid-box .rating { 
				display: none; 
				margin-bottom: 4px; 
			}
				.grid-box .rating img, 
				.product-list .rating img{ display:inline; }

				.grid-box .price-tax { 
					display: none; 
				}
			
			.grid-box .cart { 
				margin-bottom: 3px; 
				display: none;
			}


/* -------------------------------------------------- */
/*	Single Product page
/* -------------------------------------------------- */

	#product-info { margin-bottom: 20px; margin-top: 50px; }

	/*	Images
	-------------------------------------------------- */

		#product-info .image { 
			margin-bottom: 20px; 
			text-align: center; 
		}

		#product-info .image #wrap { z-index: 888 !important; } /* fix to keep dropdown menu on the front */
			
			#product-info .image img {   
				border: 5px solid white;
				box-shadow: 0px 0px 5px #878787;
			}

		#product-info .image-additional { text-align:left; }

			#product-info .image-additional a { margin: 3px; display: inline-block; }
			#product-info .image-additional a  img{ border: 3px solid white;box-shadow: 0px 0px 5px #878787; }

	/*	Description
	-------------------------------------------------- */

		#product-info h1 {
			color:#3e3e3e;
			font-size: 40px;
			font-weight: 300!important;
			}
		
		#product-info .description {
			padding: 5px 5px 15px 5px;
			margin-bottom: 10px;
			line-height: 20px;
			border-bottom:1px solid #E7E7E7;
			font-weight: 400;
			color:#333333;
			font-size: 14px;
		}
			#product-info .description span { font-weight:300; }

			#product-info .description a { text-decoration: none; }

	/*	Price
	-------------------------------------------------- */

		#product-info .price {
			padding-bottom: 10px;
			margin: 25px 0 10px;
			font-size: 24px;
			font-weight: normal;
			color: #444444;
		}

			#product-info .price-fee{
				font-size: 16px;
				margin-top: 10px;
				display: block;
			}
			#product-info .price-normal, 
			#product-info .price-new { font-size:22px; font-weight: bold; }

			#product-info .price-tax, 
			#product-info .price .reward { 
				font-size: 12px; 
				font-weight: normal; 
				color: #999; 
				font-family:sans-serif; 
			}

			#product-info .price .discount ul { margin-left:0;} 
			#product-info .price .discount li { list-style-type:none; margin-left:0;} 
			#product-info .price .discount { 
				font-weight: normal; 
				font-size: 12px; color: #4D4D4D;
				margin-top:12px; 
			}

				#product-info .price .discount span { font-weight:bold; }

	/*	Options
	-------------------------------------------------- */

		#product-info .options {
			border-bottom: 1px solid #E7E7E7;
			padding: 0px 5px 10px 5px;
			margin-bottom: 10px;
			color: #000000;
		}
			#product-info .option-image input { 
				float: none; 
				display: inline; 
				margin-right: 6px; 
			}

	/*	Cart
	-------------------------------------------------- */

		.btn-general:hover, a.btn-general:hover {text-decoration:none;}
		.btn-general, a.btn-general {
			font-weight: 300!important;
			text-shadow: 1px 1px 1px #444;
			-webkit-text-shadow: 1px 1px 1px #444;
			-moz-text-shadow: 1px 1px 1px #444;
			line-height: 24px;
			font-size: 24px;
			font-style: italic;
			background: #e56c13;
			border: solid 1px #b85308;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			color:#fff!important;
			font-family: 'Open Sans', sans-serif;
			padding: 8px 25px;
			margin: 0px!important;
			}
			
	
		#product-info .cart { margin:8px 0; }

			#product-info .add-cart { 
				color:#333333;
				font-size: 18px;
			}
			#product-info .add-cart input[type="text"] { 
				font-size:16px; 
				margin:0 5px 0; 
				padding: 5px;
				width: 30px!important;
			}

			#product-info .more-actions { padding-top:8px; display:none; }

			#product-info .more-actions div { display: inline-block;}

			#product-info .minimum { 
				color: #BBB; 
				font-family: sans-serif; 
				padding-top:8px; 
				display: block;
			}

	/*	Review buttons
	-------------------------------------------------- */

		#product-info .review { 
			padding: 12px 0; 
			border-top: 1px solid #E7E7E7; 
		}
			#product-info .view-revs { 
				margin: 0 8px;
				cursor: pointer;
			}

	/*	Review details
	-------------------------------------------------- */

		#review .content { margin-bottom:10px; }

			#add-review { padding-top:10px; }

				.review-date { 
					font-size:11px; 
					font-family:sans-serif; 
					color: #999; 
				}

	/*	Share buttons
	-------------------------------------------------- */

		#product-info .share {
			line-height: normal;
			border-top: 1px solid #e7e7e7;
			padding:8px 0 0;
			overflow: hidden;
			float:left;
		}

			#product-info .share a { text-decoration: none; }

	/*	Tags
	-------------------------------------------------- */

		#product-info .tags {
			padding:8px;
			border-top: 1px solid #EEE;
			font-size: 11px;
		}
			#product-info .tags a {
				font-family:sans-serif;
				text-decoration:none;
				font-size: 11px;
				text-shadow: 0 1px 0 #FFF;
				padding: 0px 5px 1px 13px;
				line-height: 19px;
				white-space: nowrap;
				background: url(../images/tag.png) no-repeat center left;
			}

	/*	Full description
	-------------------------------------------------- */

		#full-info { margin-top:30px; }
			
		.attribute thead td { background: none; }

		.nav-tabs > .active > a { font-weight: 400; }



/* -------------------------------------------------- */
/*	Product comparison
/* -------------------------------------------------- */
	
	.compare-info td { 
		border-top: 1px dotted #ddd;
		border-left: 1px solid #eee; 
		text-align: center; 
	}

	.compare-info td:first-child { border-left: 0; }

	.compare-info td.title {
		text-align:right;
		text-transform:uppercase;
		color: #000;
		border-left-color:#fff;
	}
	.compare-info .description {
		font-size:11px;
	}

	.nav-compare { display: none; }

	.nav-container { text-align:center; }


/* -------------------------------------------------- */
/*	Orders, Downloads, Returns, Wishlist, Address
/* -------------------------------------------------- */

	#wish-list .row-fluid + .row-fluid,
	#address-list .row-fluid + .row-fluid {
		border-top: 1px solid #eee;
		margin: 8px 0;
		padding-top: 8px;
	}

	.list-actions {
		text-align: right;
	}
	#wish-list .image,
	#wish-list .stock,
	#wish-list .price {
		text-align: center;
	}


/* -------------------------------------------------- */
/*	Shopping Cart
/* -------------------------------------------------- */

	.heading h1 span { /* if weight is displayed */
		color: #666;
		font-size:16px;
		display:block;
		margin-top:8px;
	} 	

	#cart-info { 
		margin-top:30px; 
		margin-bottom: 12px; 
	}
		#cart-info th {
			font-weight: normal;
			border: 0;
		}
		#cart-info td {
			border-top: 0;
			border-bottom: 1px solid #eee;
			vertical-align: middle;
			background: #FFF !important;
		}
		#cart-info .image {
			text-align: center;
		}

		#cart-info .price,
		#cart-info .total {
			text-align: right;
		}

		small {color: #999; font-size: 11px; }


	/*	ToDo next
	-------------------------------------------------- */

		ul.radio { list-style-type: none; }
			
			ul.radio li { padding: 2px 0;}
			
			ul.radio input[type="radio"]:checked + label { font-weight: bold; }


		.cart-module { margin-bottom:16px; }

			.cart-module > div { 
				display: none;	
				background: #f9f9f9; 
				padding: 10px; 
			}
			.cart-module input[type="text"], 
			.cart-module select { background:#FFF; }

			.quote-shipping { padding: 20px;}

	/*	Cart Total
	-------------------------------------------------- */

		#total-cart { margin-bottom: 10px; } 

			#total-cart .inner { 
				padding: 12px; 
				background: #f9f9f9; 
				overflow: hidden;
			}
				#total-cart table { 
					margin: 0 12px 0 0; 
					float: right; 
					margin-bottom:12px; 
				}
					#total-cart td { 
						padding: 6px; 
						text-align: right; 
						border-bottom: 1px solid #eee; 
					}
					#total-cart td.total.last { 
						font-size: 16px; 
						font-weight: bold; 
					}
				
				#total-cart #continue-shopping { margin-top: 6px;}


/* -------------------------------------------------- */
/*	Checkout
/* -------------------------------------------------- */

	#checkout .checkout-heading { border:0; }
		.checkout-heading{ 
			border-top: 1px solid #CCC; 
			padding: 12px; 
			font-weight: bold; 
			font-size: 16px; 
			color: #333; 
		}
			.checkout-heading.active { color: #DD4B39; }
			.checkout-heading a { 
				float: right; 
				margin-top: 1px; 
				font-weight: normal; 
				text-decoration: none; 
				color:#D95B44; 
				font-size:0.9em; 
				cursor: pointer;
			}

	.checkout-content { 
		padding:16px 0; 
		display: none; 
		overflow:auto; 
	}
		.checkout-content .buttons { clear: both; }


/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */
	#footer-container {
		background: url(../images/footer_.jpg) repeat center top; 
		width: 100%; 
		height: 210px; 
		padding-top: 30px;
		margin-top: 50px;
		}

	#footer { 
		margin-top:12px; 
		color: #fff!important; 
		font-family: 'Open Sans', sans-serif;}
		
		#footer .span2-2{
			width:190px;
		}

		#footer h3 { 
			color: #fff!important; 
			font-weight:bold; 
			text-transform:uppercase;
			font-size:14px; 
			line-height: 23px;
			padding:0;
			
		}
		#footer ul {
			list-style:none;
			margin:0;
			padding: 0;
		}
		
		#footer ul li a {line-height: 23px;}

		#footer a { color: #fff!important; text-decoration:none; font-size:14px; }
		#footer a:hover { text-decoration:underline; }

		#footer .contact { 
			font-size:0.86em; 
			line-height:14px; 
			text-align: right;
			float:right;
		}

			#footer .contact img { 
				margin: 0 0 0 10px; 
				display: inline; 
				vertical-align:bottom; 
			}

			#footer .contact a, 
			#footer .contact a:hover { text-decoration:none; }

			#footer .social {
				margin-bottom:8px;
			}

		#footend { 
			border-top:1px solid #CCC; 
			margin-top:12px; 
			padding:10px; 
			text-align:center;
			font-size: 11px;
		}

		#footer .info, 
		#footer .info p,
		#copy, #copy p {
			font-size: 11px;
			line-height: 1.3em;
			color: #fff!important;
		}
		
		#copy a, #copy p a { font-size: 11px; font-weight: bold;}
		#copy {margin-top:30px;}

	/* Banner */

		.banner { margin-bottom:10px; }
			.banner div img { }
		#banner0 {margin-left: 0; margin-top: 20px; float: left;}
		#banner1 {margin-top: 20px; margin-left: 20px; float: left;}
		#banner2 {margin-top: 20px; margin-left: 20px; float: left;}

/* -------------------------------------------------- */
/*	External libraries. Merged to reduce HTTP requests.
/* -------------------------------------------------- */
	
	/*	FlexSlider
	-------------------------------------------------- */

		/*
		 * jQuery FlexSlider v1.8
		 * http://flex.madebymufffin.com
		 *
		 * Copyright 2011, Tyler Smith
		 * Free to use under the MIT license.
		 * http://www.opensource.org/licenses/mit-license.php
		 */
		 
		/* Browser Resets */
		.flex-container a:active,
		.flexslider a:active,
		.flex-container a:focus,
		.flexslider a:focus  {outline: none;}
		.slides,
		.flex-control-nav,
		.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

		/* FlexSlider Necessary Styles
		*********************************/
		.flexslider {margin: 0; padding: 0;}
		.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
		.flexslider .slides img {max-width: 100%; display: block;}
		.flex-pauseplay span {text-transform: capitalize;}

		/* Clearfix for the .slides element */
		.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
		html[xmlns] .slides {display: block;}
		* html .slides {height: 1%;}

		/* No JavaScript Fallback */
		/* If you are not using another script, such as Modernizr, make sure you
		 * include js that eliminates this class on page load */
		.no-js .slides > li:first-child {display: block;}


		/* FlexSlider Default Theme
		*********************************/
		.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
		.flexslider .slides {zoom: 1;}
		.flexslider .slides > li {position: relative;}
		/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
		.flex-container {zoom: 1; position: relative;}

		/* Caption style */
		/* IE rgba() hack */
		.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
		.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

		/* Direction Nav */
		.flex-direction-nav { height: 0; }
		.flex-direction-nav li a {width: 120px; height: 130px; margin: -13px 0 0; display: block; background: url(../images/bg_direction_nav_.png) no-repeat; position: absolute; top: 40%; cursor: pointer; text-indent: -999em;}
		.flex-direction-nav li .next {background-position: -130px 0; right: 20px!important;}
		.flex-direction-nav li .prev {left: 18px!important;}
		.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

		/* Control Nav */
		.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
		.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
		.flex-control-nav li:first-child {margin: 0;}
		.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
		.flex-control-nav li a:hover {background-position: 0 -13px;}
		.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

		
		/* Custom styles */

		.flexslider { 
			margin: 0; 
			padding: 0; 
			border: 0px; 
			clear: both; 
			height: auto;
		}

			.flex-caption {
				text-align: center;
				position: relative;
				background: #000;
				filter: alpha(opacity=3);
				background: rgba(0, 0, 0, .03);
				padding: 0.7em;
				width: auto;
				font-size: 1.32em;
				color: #333;
				text-shadow: none;

				/* comment the following if you want to show captions */
				display: none;

			}
			.flex-caption a { text-shadow: none; }

		.flex-control-nav { 
			
			position: absolute;
			right: 10px;
			bottom: 5px;
			text-align: center;
			height: 22px;
			z-index: 99;

			/* uncomment if you want to move the control dots to the right of captions */

				/* bottom: 8px; 
				right: 12px; 
				display: block; 
				width: auto;  */
		}

		.flex-direction-nav li {
			top: 45%;
		}

		.flex-direction-nav li a {
			width: 122px;
			height: 137px;
		}

			.flex-direction-nav li .next {
				background-position: -124px 0;
				right: -115px;
			}
			.flex-direction-nav li .prev { left: -119px; }

			.flex-direction-nav li a.next:hover,
			.flex-direction-nav li a.prev:hover {
				background-position-y:-141px;
			}


	/*	Elastislide
	-------------------------------------------------- */

		/* Elastislide Style */
		.es-carousel-wrapper{
			padding:0 25px;
			margin-bottom: 10px;
			position:relative;
		}
		.es-carousel{
			overflow:hidden;
		}
			.es-carousel ul{
				display:none;
			}
				.es-carousel ul li{
					height:100%;
					float:left;
					display:block;
				}
					.es-carousel ul li a{
						display:block;
						text-align:center;
						border:none;
					}
						.es-carousel ul li a img{
							display:block;
							border:none;
							max-height:100%;
							max-width:100%;
						}
		.es-nav span{
			position:absolute;
			top:60%;
			left:5px;
			background: url('../images/button-previous.png') center no-repeat;
			width:14px;
			height:26px;
			margin-top:-13px;
			text-indent:-9000px;
			cursor:pointer;
			opacity:0.8;
		}
			.es-nav span.es-nav-next{
				right:5px;
				left:auto;
				background: url('../images/button-next.png') center no-repeat;
			}
			.es-nav span:hover{
				opacity:1.0;
			}

	/*	Cloud zoom
	-------------------------------------------------- */

		/* This is the moving lens square underneath the mouse pointer. */
		.cloud-zoom-lens {
			border: 4px solid #888;
			margin:-4px;	/* Set this to minus the border thickness. */
			background-color:#fff;	
			cursor:move;		
		}

		/* This is for the title text. */
		.cloud-zoom-title {
			font-family:Arial, Helvetica, sans-serif;
			position:absolute !important;
			background-color:#000;
			color:#fff;
			padding:3px;
			width:100%;
			text-align:center;	
			font-weight:bold;
			font-size:10px;
			top:0px;
		}

		/* This is the zoom window. */
		.cloud-zoom-big {
			border:4px solid #ccc;
			overflow:hidden;
			left:0 !important;
		}

		/* This is the loading message. */
		.cloud-zoom-loading {
			color:white;	
			background:#222;
			padding:3px;
			border:1px solid #000;
		}

	/* UItoTop (http://www.mattvarone.com/web-design/uitotop-jquery-plugin/)
	-------------------------------------------------- */

		#toTop {
			display:none;
			text-decoration:none;
			position:fixed;
			bottom:10px;
			right:10px;
			overflow:hidden;
			width:51px;
			height:51px;
			border:none;
			text-indent:-999px;
			background:url("../images/ui.totop.png") no-repeat left top;
		}

			#toTopHover {
				background:url("../images/ui.totop.png") no-repeat left -51px;
				width:51px;
				height:51px;
				display:block;
				overflow:hidden;
				float:left;
				opacity: 0;
				-moz-opacity: 0;
				filter:alpha(opacity=0);
			}

			#toTop:active, #toTop:focus {
				outline:none;
			}


/* -------------------------------------------------- */
/*	jQuery Styles
/* -------------------------------------------------- */

	
	html .ui-corner-all {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}
	html .ui-widget-header {
		background:none;
		border-color:#CCC;
		border-width:0 0 1px;
		color:#DD4B39;
	}
		html .ui-widget-header .ui-icon {
			background-image: url("../images/ui-icons_888888_256x240.png");
		}
		html .ui-datepicker table thead th {
			color:#666;
			font-weight:normal;
			font-size:0.9em;
			text-transform:uppercase;
			padding:0.3em 0;
		}
		.ui-datepicker td { padding:0; }
			.ui-datepicker td a { padding:0; }
		.ui-datepicker tbody tr + tr td { border-top: 1px solid #EEE; }
		.ui-datepicker tbody td + td { border-left: 1px solid #EEE; }

	html .ui-state-default, 
	html .ui-widget-content .ui-state-default,
	html .ui-widget-header .ui-state-default {
		border:1px solid #FFF;
		background:none;
		text-align:center;
		color:#333;
	}
	html .ui-state-highlight, 
	html .ui-widget-content .ui-state-highlight, 
	html .ui-widget-header .ui-state-highlight {
		border:1px solid #E05C4E;
		text-align:center;
	}
	html .ui-state-active, 
	html .ui-widget-content .ui-state-active, 
	html .ui-widget-header .ui-state-active {
		background:#E05C4E;
		border:1px solid #C53727;
		color:#FFF;
		text-align:center;
	}
	html .ui-slider-horizontal {
		height:0.4em;
		background:#EEE;
		margin:0 0.5em;
	}
		html .ui-slider-horizontal .ui-slider-handle {
			background:#E05C4E;
			border:1px solid #C53727;
			height:0.9em;
			width:0.9em;
		}
	html .ui_tpicker_time_label,
	html .ui_tpicker_hour_label,
	html .ui_tpicker_minute_label {
		font-weight:bold;
		margin-top: 0.5em;
	}

	div.ui-datepicker {
		padding:6px;
		font-family:Arial, Helvetica, sans-serif;
		background:#FFF;
		border: 1px solid #bababa;
		webkit-box-shadow: 0 0 5px rgba(0,0,0,.2); 
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.2); 
		box-shadow: 0 0 5px rgba(0,0,0,.2);
	}
		.ui-datepicker-buttonpane button.ui-state-default {
			display: inline-block; zoom: 1; *display: inline;
			margin: 6px 0 4px; padding: 2px 6px;
			outline: none; cursor: pointer; vertical-align: baseline; 
			
			font-family:Arial, Helvetica, sans-serif;
			text-shadow: 0 1px 0 rgba(255,255,255,1); font-size: 13px; line-height: 17px; font-weight: bold; text-align: center; text-decoration: none;
			
			border: solid 1px #c6c6c6; border-color: #c6c6c6;
			
			background: #d4d4d4;
			background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dfdfdf));
			background: -moz-linear-gradient(top, #f2f2f2,  #e2e2e2);
			background: linear-gradient(#f2f2f2, #e2e2e2);
			
			-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.08);
			-moz-box-shadow   : 0 1px 2px rgba(0,0,0,.08); 
			box-shadow        : 0 1px 2px rgba(0,0,0,.08);
			-webkit-background-clip: padding-box;
		}
	
	/* Others */
	.product-grid {margin-top: 15px;}
	.short-description p {color:#777777; line-height: 24px; font-size:16px; margin:0; padding:0;}
	.short-description {margin-top:20px; color:#777777; line-height: 24px; font-size:16px;}
	
	#product-info .cart input[type="button"] {float:right;}
	

/* Tooltip Map */
		
.stylized_map { font-family: 'Open Sans', Arial, sans-serif; font-size: 13px; width: 610px; height: 400px; overflow: hidden; cursor: default; }
.stylized_map .window { 			
background: rgba(0, 0, 0, 0.7);
width: 215px;
padding: 10px;
color: #fff; }
.stylized_map a { text-decoration:none; color:#fff;}
.stylized_map .window-imgcnt { position:absolute; top: -120px; left: 0; z-index:106; width:235px; height:120px; background: #000 url(../images/tooltipmap/wait.gif) no-repeat center center; overflow: hidden; }
.stylized_map .window-noslides { display: none; }
.stylized_map .window-imgcnt, .slides_container, .slides_container img { width: 235px; height:120px; cursor: default; }
.stylized_map h3.window-title, .stylized_map h3.window-title a { text-decoration:none; font-family: 'Open Sans', Arial, sans-serif; line-height: 13px; font-size: 13px; font-weight: bold; padding:0; margin:0; color:#fff; text-transform: uppercase; }
.stylized_map .window-desc { overflow:hidden; margin: 7px 0 0; padding: 0;}
.stylized_map .window-arrow, .stylized_map .window-close { position: absolute; z-index: 107; bottom: -9px; left: 100px; width: 20px; height: 13px; background: url('../images/tooltipmap/arrow.png') no-repeat center top; }
.stylized_map .window-close { background: url('../images/tooltipmap/close.png') no-repeat; width: 10px; left: 215px; top: 10px; cursor: pointer; }


.events-title {margin-bottom:10px;}
.event-text {float:right; width: 830px;}
.event-text p a {color:#e56c13!important;}
.event-img, .event-img img {float:left; width: 80px;}
.events img, .event-img img {
border: 5px solid #fff;
box-shadow: 0px 0px 5px #878787;
}
.events {border-bottom: 1px solid #CCC; padding-bottom: 15px; margin-bottom: 15px;}
.event-date {float:right; color:#e56c13;}
.event-title {font-size: 18px; font-weight: 600;}
.event-title-date {font-size: 18px; font-weight: 600; color:#e56c13;}
.events-container, .event-page {margin-top: 30px;}


.videos .span3 img {margin-bottom: 10px;border: 5px solid #fff;box-shadow: 0px 0px 5px #878787;}
.videos .first {margin-left: 0!important;}

.dropdown-menu a {text-transform: uppercase!important;}

