/* Shop Elements
----------------------------------------------------------------------------------------------------*/
.product-list-item{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 24px;
	width: 140px;
	min-height: 150px;
	display: -moz-inline-stack;
	display: inline-block;
	overflow: hidden;
	
	/*iehack*/
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 180px;
	/*iehack*/
}
.product-list-item p{
	height: 140px;
	width: 140px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #ffffff;
	line-height: 140px;
}
.product-list-item p strong.new{
	position: absolute;
	display: block;
	background-color: #E21D1B;
	color: #fff;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	margin: 8px 0px 0px -8px;
}
.product-list-item p span.arrow{
	border-right: 0 solid transparent;
	border-left: 8px solid transparent;
	height: 0;
	position: absolute;
	top: 19px;
	width: 0;
	border-top: 5px solid #a70013;
	left: 0px;
}
.product-list-item p img{
	vertical-align: middle;
}
.product-list-item ul{
	position: relative;
	margin: -25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 135px;
	z-index: 803;
}
.product-list-item ul li{
	list-style-image: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	min-height: 20px;
	width: 20px;
	height: 21px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.product-list-item ul li a{
	text-align: left;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -99999em;
	background-color: transparent;
	background-image: url(img/shop/20x20_sprite.png);
	background-repeat: no-repeat;
}
.product-list-item ul li a.func-show{
	background-position: 0px 0px;
}
.product-list-item ul li a.func-show:hover{
	background-position: 0px -20px;
}
.product-list-item ul li a.func-show:active{
	background-position: 0px -40px;
}
.product-list-item ul li a.func-fav{
	background-position: -20px 0px;
}
.product-list-item ul li a.func-fav:hover{
	background-position: -20px -20px;
}
.product-list-item ul li a.func-fav:active{
	background-position: -20px -40px;
}
.product-list-item ul li a.func-remove{
	background-position: -40px 0px;
}
.product-list-item ul li a.func-remove:hover{
	background-position: -40px -20px;
}
.product-list-item ul li a.func-remove:active{
	background-position: -40px -40px;
}
.product-list-item h5{
	margin: 10px 0px 0px 0px;
}
.product-list-item h5 a{
	color: #353535;
	font-size: 14px;
	line-height: 16px;
}
.product-list-item h5 a:hover{
	color: #1b8be2;
}
.product-list-item-small{
	font-size: 12px;
	line-height: 18px;
}
.product-list-item-small p{
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 0px 0px -25px 0px;
}
.product-list-item-small{
	margin: 0px 0px 15px 24px;
	width: 90px;
	min-height: 80px;
	_height: 100px;
}
.product-list-item-small ul{
	width: 85px;
}
.product-list-item-small h5{
	margin: 5px 0px 0px 0px;
}
.product-list-item-small h5 a{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

/* Shop Navigation
----------------------------------------------------------------------------------------------------*/
#products-navigation{
	border-bottom: 1px dotted #353535;
	margin-top: -20px;
	margin-bottom: 5px;
	min-height: 50px;
}
#main-shop-nav{
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#main-shop-nav li{
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	float: left;
}
#main-shop-nav li a{
	display: block;
	padding: 7px 7px 5px 7px;
	font-size: 18px;
	background-color: #a5a5a5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #ffffff;
}
#main-shop-nav li a:hover,
#main-shop-nav li.act a{
	background-color: #1b8be2;
}
#product-index{
	font-weight: bold;
	position: absolute;
	margin: 4px 0px 0px 510px;
}
#product-index span{
	color: #1b8be2;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
}
#product-index span:hover{
	color: #353535;
}
#productsearch{
	position: absolute;
	border-right: 1px dotted #353535;
	padding: 5px 10px 7px 0px;
	margin: -5px 0px 0px 680px;
	height: 26px;
}
#productsearch input{
	background-image: url(img/shop/search.png);
	width: 217px !important;
	width: 227px;
	height: 17px !important;
	height: 26px;
	border: none;
	background-color: none;
	font-weight: bold;
	color: #a5a5a5;
	font-size: 14px;
}
#productsearch input:hover,
#productsearch input:focus{
	background-position: bottom left;
}
#productsearch-results{
	position: absolute;
	width: 340px !important;
	width: 380px;
	padding: 20px 20px 20px 20px;
	min-height: 200px;
	background-color: transparent;
	z-index: 10004;
	margin: 3px -63px 0px 0px;
	background-image: url(img/shop/search_background.png);
	background-position: bottom center;
	right: 0px;
}
#productsearch-results ul{
	margin: 0px 0px 21px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#productsearch-results ul li{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	list-style-image: none;
	overflow: hidden;
}
#productsearch-results ul li p.image{
	margin: 0px 0px 0px 0px;
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
}
#productsearch-results ul li p.image img{
	/*vertical-align: middle;*/
}
#productsearch-results ul li h5{
	margin: 0px 0px 0px 60px;
	font-size: 12px;
}
#productsearch-results ul li p.description{
	margin: 0px 0px 0px 0px;
}
#favourites{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#favourites h3{
	position: absolute;
	margin: 0px 0px 0px 931px;
	top: 101px;
	width: 29px;
	height: 27px;
	text-indent: -99999em;
	background-image: url(img/shop/fav.png);
	cursor: pointer;
}
#favourites h3.act{
	background-position: 0px -27px;
}
#favourites h3:hover{
	background-position: 0px -54px;
}
#favourites-count{
	position: absolute;
	top: 90px;
	margin: 0px 0px 0px 950px;
	background-color: #E2001A;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	width: 16px;
	height: 16px;
	border: 2px solid #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#favourites .slip-head{
	margin: 0px 0px 0px 0px;
}
#favourites .slip{
	margin: 0px 0px 0px 0px;
}
#favourites div.group{
	
}
#favourites div.group h2{
	padding-left: 10px;
}
#favourites-container ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#favourites-container ul li{
	list-style-image: none;
}
#favourites-container{
	margin: 50px 0px 0px 0px;
}
#favourites .product-comparison{
	margin: 0px 0px 50px 0px;
}

#browse-index{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#browse-index ul{
	margin: 50px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#browse-index li{
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 240px;
	float: left;
}
#browse-index li a{
	color: #353535;
}
#browse-index li a:hover{
	color: #1b8be2;
}
/* Shop Browsefunctions
----------------------------------------------------------------------------------------------------*/
.product-browse-func{
	border-bottom: 1px dotted #353535;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
.product-browse-func-bottom{
	border-bottom: none;
	border-top: 1px dotted #353535;
}
.product-browse-func a{
	font-weight: normal;
	color: #888888;
	font-size: 11px;
}
.product-browse-func a:hover{
	color: #1b8be2;
}
.product-browse-func a.act{
	font-weight: bold;
	color: #353535;
}
.pagebrowser{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #888888;
	font-size: 11px;
}
.pagebrowser a{
	margin: 0px 5px 0px 0px;
}
.pagebrowser a.act{
	
}
.page-product-count{
	float: right;
	color: #888888;
	font-size: 11px;
	margin: 0px 400px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.quickjump-select{
	position: absolute;
	background-color: #ffffff;
	margin:0px 0px 0px 708px;
	padding: 0px 0px 0px 0px;
	height: 18px;
	overflow: hidden;
	max-height: 300px;
	z-index: 1000;
	border: 1px solid #cccccc;
	width: 250px;
	line-height: 12px;
}
.quickjump-select:hover{
	height: auto;
	overflow: auto;
	overflow-y: scroll;
}
.quickjump-select li{
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.quickjump-select li.start{
	background-image: url(img/shop/quickjump-arrow.png);
	background-repeat: no-repeat;
	background-position: 235px 7px;
	font-weight: normal;
	color: #888888;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}
.quickjump-select li a{
	display: block;
	font-weight: normal;
	color: #888888;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}
.quickjump-select li a:hover{
	background-color: #1b8be2;
	color: #ffffff;
}
/* Shop LIST
----------------------------------------------------------------------------------------------------*/
#product-list{
	margin: 10px 0px 10px -25px;
	width: 986px;
	padding: 0px 0px 0px 0px;
}
#product-list li{
	list-style-image: none;
}

/* Shop SHOW
----------------------------------------------------------------------------------------------------*/
.product-section{
	margin: 30px 0px 0px 0px;
}
.top{
	text-align: right;
	border-top: 1px dotted #353535;
	margin: 40px 0px 60px 0px;
}
.top a{
	font-size: 11px;
	color: #353535;
	font-weight: normal;
}
.top a:hover{
	font-size: 11px;
	color: #1b8be2;
}
.product-image{
	background-color: #ffffff;
	text-align: center;
	padding: 5px;
	margin: 21px 0px 50px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.product-image span{
	display: block;
	text-align: center;
	margin: 0px 0px 5px 0px;
	line-height: 10px;
	font-size: 10px;
	font-weight: bold;
}
.product-image strong.new{
	font-weight: bold;
	color: #fff;
	display: block;
	position: absolute;
	padding: 2px 5px 0px 5px;
	height: 23px;
	font-size: 18px;
	margin: 15px 0px 0px -13px;
	text-transform: uppercase;
	background-color: #e2001a;
}
.product-image strong.new span.arrow{
	display: inline;
	text-align: left;
	margin: 0px 0px 0px 0px;
	line-height: 10px;
	font-size: 10px;
	font-weight: normal;
	border-right: 0 solid transparent;
	border-left: 8px solid transparent;
	height: 0;
	position: absolute;
	top: 25px;
	width: 0;
	border-top: 5px solid #a70013;
	left: 0px;
}
p.single-addfav{
	margin: 0px 0px 0px 10px;
	float: right;
}
p.single-addfav a{
	display: block;
	padding: 0px 5px 0px 25px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	background-color: transparent;
	background-image: url(img/shop/fav_small.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #1b8be2;
	font-size: 12px;
	color: #ffffff;
}
p.single-addfav a:hover{
	background-color: #353535;
}

.single-browse{
	margin: 10px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.single-browse li{
	list-style-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.single-browse li a{
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	color: #353535;
}
.single-browse li a:hover{
	color: #1b8be2;
}
.product-section ul{
	
}
.product-videos{
	margin: 21px 0px;
}
.product-videos object{
	background-color: #000000;
}
.product-videos.family{
	float: left;
	margin: 15px 15px 21px 0px;
}
#product-browser-container a.act{
	color: #1b8be2;
}

/* SHOP Compare
----------------------------------------------------------------------------------------------------*/
#comparison-container{
	overflow-x: scroll;
	margin: 21px 0px;
}
#comparison{
	font-size: 12px;
	line-height: 18px;
}
#comparison th{
	text-align: left;
	padding: 0px 5px 0px 5px;
}
#comparison td{
	background-color: #ffffff;
	border-right: 1px dotted #353535;
	width: 190px !important;
	width: 200px;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #eeeeee;
}
#comparison ul{
	list-style-type: disc;
}
#comparison ul li{
	list-style-image: none;
	margin: 0px 0px 0px 15px;
}
#comparison a{
	
}
#comparison td.comparison-image{
	text-align: center;
}
#comparison thead th.comparison-label{
	
}
#comparison thead th.comparison-value{
	
}
#comparison tfoot td.comparison-label{
	width: 100px;
}
#comparison tfoot td.comparison-value{
	
}
#comparison tbody td.comparison-label{
	
}
#comparison tbody td.comparison-value{
	
}
#comparison tr.odd td{
	background-color: transparent;
}

/* Shop Search
----------------------------------------------------------------------------------------------------*/
#searchresults{
	list-style-type: none;
	margin: 0px 0px 21px 0px;
}
#searchresults li{
	list-style-image: none;
	margin: 21px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#searchresults li p.image{
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	border: 1px dotted #353535;
	float: left;
}
#searchresults li p.image img{
	vertical-align: middle;
}
#searchresults li h3{
	margin: 19px 0px 0px 120px;
}
#searchresults li div.description{
	margin: 0px 0px 21px 120px;
}

.resultbrowser{
	border-top: 1px dotted #353535;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	list-style-type: none;
}
.resultbrowser li{
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 3px 0px;
	list-style-image: none;
	float: left;
}
.resultbrowser a{
	color: #888888;
}
.resultbrowser a:hover{
	color: #1b8be2;
}
.resultbrowser a.active{
	color: #1b8be2;
}

/* BLOG Layout
----------------------------------------------------------------------------------------------------*/
#latest-blog-container{
	margin: 0px 0px 50px 0px;
}
.latest-blog{
	font-size: 22px;
	margin-bottom: 10px;
}
.latest-blog a{
	color: #353535;
}
.latest-blog a:hover{
	color: #1b8be2;
}
.blog-article{
	overflow: hidden;
	clear: both;
	margin: 0px 0px 100px 0px;
}
.blog-article h1{
	border-bottom: 1px dotted #353535;
	padding: 0px 0px 5px 0px;
}
.blog-date{
	margin: 0px 0px 0px -75px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 60px;
	height: 60px;
}
.blog-date{
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;
	text-transform: uppercase;
}
.blog-date .day{
	font-size: 52px;
	line-height: 48px;
	font-weight: bold;
	display: block;
	margin: 0px 0px -5px 0px;
}
.blog-article .html-section{
	text-align: center;
	/*background-color: #ffffff;*/
	padding: 10px;
	background-image: url(img/common/slip_bottom_opt.png);
	background-position: center;
}
.blog-article .html-section object,
.blog-article .html-section embed{
	display: inline;
}
.blog-meta{
	clear: both;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-style: italic;
	border-top: 1px dotted #353535;
	padding: 5px 0px 0px 0px;
}
.social{
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: right;
}
.social li{
	list-style-image: none;
	width: 32px;
	height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	display: -moz-inline-stack;
	display: inline-block;
	overflow: hidden;
	
	/*iehack*/
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 32px;
	/*iehack*/
}
.social li a{
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -99999em;
	font-size: 1px;
	text-align: left;
}
.social li#social-twitter a{
	background-image: url(img/socialnetworkicons/tweeter_32x32.png);
}
.social li#social-facebook a{
	background-image: url(img/socialnetworkicons/facebook_32.png);
}
.social li#social-digg a{
	background-image: url(img/socialnetworkicons/digg_32x32.png);
}
.social li#social-delicious a{
	background-image: url(img/socialnetworkicons/delicious_32x32.png);
}
#blog-new-comment{
	margin: 10px 0px 40px 0px;
}

#rss{
	background-image: url(img/blog/rss.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 60px;
	list-style-type: none;
}
#rss li{
	font-size: 12px;
	list-style-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 22px;
}
#rss li a{
	font-weight: normal;
}

/* BLOG Slideshow
----------------------------------------------------------------------------------------------------*/
.slideshow{
	position: relative;
	width: 620px;
	height: 110px;
}
.slideshow .next,
.slideshow .prev,
.slideshow .disabled{
	cursor: pointer;
	display: block;
	height: 130px;
	width: 35px;
	line-height: 110px;
	position: absolute;
	background-repeat: no-repeat;
	text-indent: -99999em;
	z-index: 50;
}
.slideshow .next{
	background-image: url(img/common/slide_next_opt.png);
	background-position: -35px 30px;
	right: 0px;
}
.slideshow .next:hover{
	background-position: 0px 30px;
}
.slideshow .prev{
	background-image: url(img/common/slide_prev_opt.png);
	background-position: -35px 33px;
	left: 0px;
}
.slideshow .prev:hover{
	background-position: -70px 33px;
}

.slideshow .disabled,
.slideshow .disabled:hover,
.slideshow .next.disabled,
.slideshow .next.disabled:hover,
.slideshow .prev.disabled,
.slideshow .prev.disabled:hover{
	background-position: 0px 33px;
	cursor: default;
}
.slideshow .next.disabled,
.slideshow .next.disabled:hover{
	background-position: -70px 30px;
}
.slider{
	position: absolute;
	width: 550px;
	margin: 0px 35px 0px 35px;
	overflow: hidden;
	height: 110px;
	/*background-color: #ffffff;*/
	background-image: url(img/common/slip_bottom_opt.png);
	background-position: center;
	z-index: 51;
}
.slider .inner{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 110px;
	list-style-type: none;
	position: absolute;
}
.slider .inner li{
	display: block;
	list-style-image: none;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}

/* Artists
----------------------------------------------------------------------------------------------------*/
#artist-alphabet,
#artist-tags{
	list-style-type: none;
	margin: 21px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#artist-alphabet li,
#artist-tags li{
	display: inline;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	font-size: 28px;
	font-weight: bold;
	color: #353535;
}
#artist-alphabet li a,
#artist-tags li a{
	color: #353535;
}

#artist-alphabet li a:hover,
#artist-tags li a:hover{
	color: #1b8be2;
}

/* Lists (Artists & Videos)
----------------------------------------------------------------------------------------------------*/
.meinlpercussion-list{
	list-style-type: none;
	margin: 10px 0px 10px -25px;
	width: 986px;
	padding: 0px 0px 0px 0px;
}
.meinlpercussion-list.narrow{
	width: 350px;
}
.meinlpercussion-list.medium{
	width: 500px;
}
.meinlpercussion-list.recent{
	width: 500px;
}
.meinlpercussion-list li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 24px;
	width: 140px;
	min-height: 150px;
	display: -moz-inline-stack;
	display: inline-block;
	overflow: hidden;
	
	/*iehack*/
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 180px;
	/*iehack*/
}
.meinlpercussion-list.recent li{
	margin: 0px 0px 50px 21px;
}
.meinlpercussion-list li .image{
	margin: 0px 0px 0px 0px;
}
.meinlpercussion-list.medium li .image{
	width: 140px;
	height: 140px;
	background-color: #ffffff;
	text-align: center;
	line-height: 140px;
	vertical-align: middle;
}
.meinlpercussion-list.recent li .image img{
	border: 5px solid #ffffff;
}
.meinlpercussion-list.medium li .image img{
	vertical-align: middle;
}
.meinlpercussion-list li h5{
	line-height: 16px;
	margin: 5px 0px 0px 0px;
}
.meinlpercussion-list li h5 span{
	display: block;
	font-weight: normal;
	font-size: 12px;
}
.meinlpercussion-list li h5 a{
	color: #353535;
	font-size: 14px;
	line-height: 16px;
}
.meinlpercussion-list li h5 a:hover{
	color: #1b8be2;
}
.meinlpercussion-list li .italic{
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

/* Single Artists
----------------------------------------------------------------------------------------------------*/
.artist-single-image{
	margin: 0px 0px 21px 0px;
}
.artist-single-image img{
	border: 10px solid #ffffff;
}
.artist-single-name{
	margin: 0px 0px 0px 0px;
}
.artist-single-country{
	margin: 0px 0px 21px 0px;
}
.artist-single-photos{
	overflow: hidden;
}
.artist-single-photos a{
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	width: 140px;
	height: 106px;
}
.artist-single-video{
	margin: 0px 0px 20px 0px;
}

.randomartist{
	background-image: url(../../images/stage/backgrounds/percussion_3.jpg);
	background-repeat: no-repeat;
}
.randomartistimage{
	margin-top: 20px;
}
.randomartistimage .artist-single-image{
	margin: 0px 0px 21px 10px;
}
.randomartistimage .artist-single-image img{
	border: 2px solid #ffffff;
}

/* Videos
----------------------------------------------------------------------------------------------------*/
#videouploads{
	background-image: url(img/video/cam_opt.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px 0px 210px 0px;
	margin-top: 0px;
}
#video-navi{
	list-style-type: none;
	margin: 0px 0px 21px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-image: url(img/common/underline_opt.png);
	background-repeat: no-repeat;
	background-position: 0px 26px;
	height: 30px;
}
#video-navi li{
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	cursor: pointer;
	font-weight: bold;
}
#video-navi li:hover{
	color: #1b8be2;
}
#video-navi li span{
	display: block;
	padding: 5px 7px 5px 7px;
}
#video-navi li.act{
	color: #1b8be2;
	background-color: #ffffff;
	background-image: url(img/video/shortlist_left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#video-navi li.act span{
	background-image: url(img/video/shortlist_right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.video-shortlist{
	list-style-type: none;
	margin: 10px 0px 10px -5px;
	width: 966px;
	padding: 0px 0px 0px 0px;
}
.video-shortlist li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 14px;
	width: 140px;
	min-height: 150px;
	display: -moz-inline-stack;
	display: inline-block;
	overflow: hidden;
	
	/*iehack*/
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 180px;
	/*iehack*/
}
.video-shortlist li .image{
	height: 106px;
	margin: 0px 0px 0px 0px;
}
.video-shortlist li h5{
	line-height: 16px;
	margin: 5px 0px 0px 0px;
}
.video-shortlist li h5 span{
	display: block;
	font-weight: normal;
	font-size: 12px;
}
.video-shortlist li.more{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px;
	width: 300px;
	min-height: 10px;
	height: auto;
	display: block;
}

.videoplayer{
	margin: 0px 0px 50px 0px;
}

.rate img{
	vertical-align: bottom;
}
.rate img.act{
	cursor: pointer;
}

div.description{
	margin: 0px 0px 21px 0px;
}

input#embed-video{
	width: 288px !important;
	width: 298px;
}

/* Comments
----------------------------------------------------------------------------------------------------*/
.comments{
	list-style-type: none;
	margin: 10px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
}
.comments li{
	list-style-image: none;
	list-style-type: decimal;
	padding: 0px 0px 0px 0px;
	margin-bottom: 30px;
}
.comments li p{
	background-color: #ffffff;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
.comments li p span.arrow,
.comments li p span.arrow-shadow{
	border-left: 0px solid transparent;
	border-right: 11px solid transparent;
	top: -10px;
	height: 0;
	position: absolute;
	width: 0;
}
.comments li p span.arrow{
	border-bottom: 10px solid #ffffff;
	left: 28px;
	z-index: 20;
}
.comments li p span.arrow-shadow{
	border-bottom: 10px solid #CCCCCC;
	left: 27px;
	z-index: 10;
}
.comments li h4{
	margin: 0px 0px -5px 0px;
	color: #1b8be2;
}
.comments li h4 a{
	text-decoration: underline;
}
/* NEWS
----------------------------------------------------------------------------------------------------*/
.news-latest-item{
	border-bottom: 1px dotted #353535;
}
.news-latest-item p{
	margin: 5px 0px 10px 0px;
}
.latest-news{
	font-size: 22px;
	margin-bottom: 0px;
}
.latest-news a{
	color: #353535;
}
.latest-news a:hover{
	color: #1b8be2;
}
.news-disabled-link{
	display: none;
}
.news-browse-link a,
.news-browse-link span{
	margin: 0px 8px 0px 0px;
}
.news-browse-link span{
	font-weight: bold;
}
/* DISTRIBUTOR
----------------------------------------------------------------------------------------------------*/
#distributor-container{
	min-height: 400px;
}
.quickjump-select.distributor{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 34px;
	width: 400px;
	line-height: 28px;
}
.quickjump-select.distributor:hover{
	height: auto;
	overflow: auto;
	overflow-y: scroll;
}
.quickjump-select.distributor li{
	display: none;
}
.quickjump-select.distributor:hover li{
	display: block;
}
.quickjump-select.distributor li.start{
	background-position: 375px 15px;
	font-weight: bold;
	font-size: 22px;
	display: block;
	padding: 0px 0px 0px 0px;
}
.quickjump-select.distributor li.start.empty{
	padding: 3px 5px 3px 5px;
	display: block;
}
.quickjump-select.distributor:hover li.start.empty{
	display: none;
}
.quickjump-select.distributor li.start a{
	color: #1b8be2;
}
.quickjump-select.distributor li.start a:hover{
	color: #1b8be2;
	background-color: #ffffff;
}
.quickjump-select.distributor li a{
	font-size: 22px;
	font-weight: bold;
}
.distributor-address{
	padding: 80px 0px 21px 0px;
}

/* CONTEST
----------------------------------------------------------------------------------------------------*/
.contest-item{
	margin-bottom: 20px;
	border-bottom: 1px dotted #353535;
	clear: both;
}
.front{
	width: 460px;
	height: 340px;
	background-color: #fff;
	text-align: center;
	line-height: 340px;
}
.front img{
	max-width: 460px;
	max-height: 340px;
	vertical-align: middle;
}
h4.title{
	margin-top: 10px;
}
.details{
	
}
.details a{
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 0px 0px;
	background-color: #fff;

	zoom: 1;
	*display: inline;
}
.details a img{
	vertical-align: middle;
}
.rate{
	margin-bottom: 20px;
}
.contest-rate{
	
}
.user{
	margin-bottom: 0px;
}

/* Dealer Table
----------------------------------------------------------------------------------------------------*/
.dealer-selector{
	height: 80px;
	margin: 30px 0px 0px 0px;
}
#dealer-table-head{
	height: 20px;
	width: 360px;
	border-collapse: collapse;
	border-bottom: 1px dotted #353535;
}
#dealer-table-head th{
	text-align: left;
	cursor: pointer;
	color: #1b8be2;
}
#dealer-table-head th:hover{
	color: #353535;
}
#dealer-table-scroll{
	height: 570px;
	overflow: auto;
	width: 380px;
}
#dealer-table{
	width: 360px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}

#dealer-table-head th.dealer-title,
#dealer-table td.dealer-title{
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
}
#dealer-table-head th.dealer-zip,
#dealer-table td.dealer-zip{
	width: 60px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
}
#dealer-table-head th.dealer-city,
#dealer-table td.dealer-city{
	width: 120px;
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 0px;
}

#dealer-table tr td{
	font-size: 12px;
	cursor: pointer;
}
#dealer-table tr:hover td{
	font-size: 12px;
	background-color: #fff;
}

#map-canvas{
	width: 540px;
	height: 590px;
}
#map-canvas p{
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 18px 0px;
}
#map-canvas p.images{
	margin: 0px 0px 0px 0px;
}
#map-canvas span.dealer-title{
	font-weight: bold;
}
