/* Pulldowns */
.products-grid li.item:after,
.box-up-sell .products-grid li:after,
.Shortcuts:after,
.SubHome .std ul:after{
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	content: "Pulldown";
}
.products-grid li.item,
.box-up-sell .products-grid li,
.Shortcuts,
.SubHome .std ul{
	min-height: 1%;
}

.messages{
	margin: 10px 0 0 !important;
}

.messages li li{
	font-size: 120% !important;
	padding-bottom: 0;
	display: block;
}

/* ---- Generic Styles ---- */
.GMaps {
	height: 400px;
	width: 400px;
}
img {
	border: 0;
}
/* ---- End Generic Styles ---- */


.opc .col-1 .buttons-set{
	text-align: center;
}
.opc .col-1 .buttons-set .button{
	float: none;
}

.euvat-taxvat-container label{
	font-weight: normal;
}

.Welcome p {
	color: #FFF;
	font-size: 80%;
	text-align: right;
}
.LoggedIn .Welcome p {
	font-weight: bold;
}
.ContactInfo p {
	font-size: 140%;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}
.ContactInfo .OrderHeading {
	color: #ec1f27;
	font-size: 90%;
}
.slides_container {
	height: 234px;	
}
.slides_control {
	height: 289px !important;	
}
.HeaderFeature .Image {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 0px;
	padding: 0px;
	text-align: left;
}

.HeaderFeature h1 {
	/*margin-left: -150px;*/
	padding: 20px 0px 10px 0px;
	text-align: right;
	position: relative;
	z-index: 1;
}
.HeaderFeature .Slide{
	/*width: 684px;*/
	width: 721px;
}
.HeaderFeature p {
	font-size: 120%;
	text-align: right;
	color: #666;
	padding: 0px 0px 30px 500px;
	position: relative;
	z-index: 1;
}
.HeaderFeature ul.pagination{
	float: right;
	clear: both;
	text-align: right;
	margin: -40px 0px 10px 0px;
	position: relative;
	z-index: 100;
	padding-right: 20px !important;
}
.FeaturedProducts .pagination {
	float:left;
	clear: both;
	text-align: center;
	/*width: 758px;*/
	left: 50%;
	position: relative;
}

.HeaderFeature ul.pagination  {
	list-style: none;
	padding: 0px;
}
.FeaturedProducts ul.pagination  {
	list-style: none;
	padding: 20px 0px 0px 0px;
	margin-left: -20px;
}
.HeaderFeature .pagination li, .FeaturedProducts .pagination li {
	float: left;
	display: block;
	background: transparent url(../images/Sales-panel-navigation.png) no-repeat left top;
	width: 20px;
	overflow: hidden;
	text-indent: 50px;
}
.HeaderFeature .pagination li a, .FeaturedProducts .pagination li a{
	display: block;
	height: 20px;
	width: 20px;
}

.HeaderFeature .pagination li.current, .FeaturedProducts .pagination li.current{
	background: transparent url(../images/Sales-panel-navigation-active.png) no-repeat left top;
	
}

.SubHome .std ul,
.SubHome .std ul li{
	list-style-type: none;
	padding: 0;
}
.SubHome .std ul li {
	background: none;
	height: 50px;
}
.PromoWrap h3,
.SubHome .std ul li a {
	background: #000;
	padding: 3px 40px 3px 13px;
	margin-top: 7px;
	display: block;
}
.SubHome .std ul li a {
	color: #666;
	border: 1px solid #666;
	background: #fff;
	font-weight: bold;
	font-size: 120%;
}
.PromoWrap p,
.SubHome .std ul ul li{
	margin-right: 0px;
	padding: 3px 10px 3px 13px;
	margin-top: 0;
	background-color: transparent;
}
.SubHome .std ul ul li:first-child{
	display: none;
}
.SubHome .std ul ul li img{
	/*width: 40px;
	padding-top: 8px;*/
}
.PromoWrap p a,
.SubHome .std ul ul li a{
	color: #fff;
	padding: 0px 70px 0px 0px;
	display: block;
	background: transparent url(../images/More-information-arrow.png) no-repeat right 60px;	
	border: none;
}
.PromoWrap p a:hover,
.FeaturePanel li a:hover {
	text-decoration: none;	
}
.Feature1 img,
.Feature2 img,
.Feature3 img,
.SubHome .std ul ul img {
	position: absolute;
	top: -8px;
	right: -15px;
}
.SubHome .std h2{
	clear: both;
	padding-top: 20px;
}
.ExtraInfo .page-title h1{
	/*background: transparent url(../images/Arrow-up.png) no-repeat center top;*/	
	padding: 0px 0px 0px 13px;
	font-size: 100%;
	color: #FFF;
}
.ExtraInfo p {
	color: #fff;	
}
/* View Product listing on home page: Grid */
.products-grid { 
	position:relative;
	margin: 0px 0px 0px -9px;
	padding: 0px;
}
.cms-home .products-grid {
	/*margin-left: -9px;*/
}
.products-grid.last { border-bottom:0; }
.products-grid li.item { 
	list-style: none;
	float:left;
	/*width: 252px;*/
	width: 214px;
	padding:0px 8px 6px 12px; 
	margin: 15px 2px 0px 10px;
	border: #ababab 1px solid;
	background: transparent url(../images/Featured-product-panels-background.png) repeat-x center top;	
	
}
.products-grid li.item {
	
}
/* ------------ PRODUCT RESULT LISTING OVERRIDES FOR SIMPLIFIED VIEW ---------------*/
.SimpleList .products-grid li.item{
	float: none;
	width: 95%;
	background: none;
	/*margin: 0px;*/
	padding: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #cacaca;
	clear: both;
	list-style: none;
}
.box-up-sell {
	padding-left: 25px;
}
.box-up-sell .product-name {
	padding: 0;
}
/* ------------ END ---------------*/
.products-grid .product-image { 
	display:block;
	float: left;
	width: 123px !important;
	min-width:123px; 
	height:88px; 
	overflow: hidden;
	border:1px solid #cacaca;
	margin:0 0 10px -12px;
	padding: 10px 0 0px 0px;
	background-color: #fff;
}
.products-grid .product-image img {

}
.products-grid.first .product-image { /*border-top:0;*/ }
.products-grid li.last .product-image { /*border-right:0;*/ }
.products-grid .product-name { 
	margin:8px 0 0px -18px; 
	background: transparent url(../images/Title-header-background_01.png) no-repeat left bottom;	

} 
.products-grid .product-name a { 
	color:#fff;
	margin: 0px 0px 0px 5px;
	padding: 4px 25px 8px 12px;
	min-height: 61px;
	text-decoration:none; 
	display: block;
	/*font-size:120%;*/
	font-weight: bold;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	background: transparent url(../images/Title-header-background_02.png) no-repeat right bottom;	
}
/*.box-up-sell .products-grid li {
	list-style: none;	
}
.box-up-sell .products-grid .product-name {
	width: 400px;	
}
.box-up-sell .products-grid .product-name a {
	min-height: 1px;
}
.box-up-sell .products-grid .product-image { 
	max-width:80px; 
	maz-height:80px; 
	min-width:80px; 
	min-height:80px; 
}
.box-up-sell .products-grid .product-image img{
	height: 80px;
	width: 80px;
}
.box-up-sell .products-grid .price-box {
	margin-left: 20px;
}*/
.products-grid .product-name a:hover { text-decoration:none; }
.products-grid .price-box { 
	margin: 0 0 5px 5px;
	float: left;
	width: 95px;
}
.products-grid .availability { line-height:21px; }
.products-grid .actions { 
	width: 78px;
	float: left;
	padding-left: 5px;
	/*position:absolute; bottom:20px;*/
}
.LeftColumn ol {
	width: 110px;
	overflow: hidden;
}
.LeftColumn ol:hover {
	overflow:visible;	
}

/* ------------ PRODUCT RESULT LISTING OVERRIDES FOR SIMPLIFIED VIEW ---------------*/
.SimpleList .products-grid .product-name{ 
	background: none;
	/*height: 10px;*/
	width: 430px;
	float: left;
	margin: 0px 0 0 -18px;
	padding-bottom: 0;
}
.SimpleList .products-grid .product-name a{
	/*background: transparent url(../images/Title-header-background_02.png) no-repeat left bottom;*/
	background: transparent none;
	color: #666;
	min-height: 1px;
}
.SimpleList .products-grid .product-image{ 
	/*max-width:40px; 
	max-height:40px; 
	min-width:40px; 
	min-height:40px; 
	margin:0 0 10px 0px;
	padding: 0px;*/
	display: none;
}
.SimpleList .products-grid .product-image img{
	height: 40px;
	width: 40px;
}
.SimpleList .products-grid .actions{ 
	float: left;
	width: 100px;
}
.SimpleList .products-grid .price-box{ 
	padding: 0px 0px 0px 20px;
}


/* ------------ END ---------------*/
/* -----------  CHIP LISTINGS AND SEARCH -----------------------*/

.category-chips .products-grid li.item { 
	list-style: none;
	/*width: 252px;*/
	width: 100%;
	padding:0px 12px 12px 12px; 
	margin: 15px 0px 0px 15px;
	border: none;
	border-bottom: #ababab 1px solid;
	background-image: none;	
	
}
.category-chips .products-grid .product-image { 
	display: none;
}
.category-chips .products-grid.first .product-image { /*border-top:0;*/ }
.category-chips .products-grid li.last .product-image { /*border-right:0;*/ }
.category-chips .products-grid .product-name { 
	margin:8px 0 0px -18px; 
	background-image: none;	

}
.category-chips .products-grid .product-name a { 
	color:#000;
	margin: 0px 0px 0px 5px;
	padding: 4px 10px 8px 12px;
	text-decoration:none; 
	display: block;
	/*font-size:120%;*/
	font-weight: bold;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	background-image: none;	
}
.category-chips .products-grid .product-name a:hover { text-decoration:none; }
.category-chips .products-grid .price-box { 
	display: none;
}
.category-chips .products-grid .availability { line-height:21px; }
.category-chips .products-grid .actions { 
	display: none;
}
.availability.in-stock {
	display: none;	
}
.FooterLeft td, .FooterLeft tr{
	background-color: transparent;
	border: none;
}
.FooterLeft ul, .FooterRight ul {
	padding: 0px;
	margin: 0px;
}

.FooterLeft li, .FooterRight li {
	list-style: none;
	color: #959595;
}
.FooterLeft a, .FooterRight a, .FooterLeft p, .FooterRight p{
	color: #959595 !important; /* Important to override forum styles */
	font-size: 80%;
}
.FooterLeft h4, .FooterRight h4 {
	color: #EC1F27;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}




.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:684px; margin:0 auto; }
.col1-layout .products-grid,
.page-empty .products-grid { width:684px; margin:0 auto; }
.product-short {
	/*float: left;*/
	/*width: 94px;*/
	clear: both;
	height: 5em;
	overflow: hidden;
}
.product-short p {
	color: #666;
	font-size: 90%;
	padding: 0px 5px 10px 10px;
}
.product-short a {
	color: #666;
}
/* Add to Links */
.add-to-links { 
	margin:0px;
	padding: 5px 0 0 5px;
	/*clear: both;*/
}
.add-to-links li { 
	list-style: none;
	display: block;
	/*width: 110px;*/
	text-transform:uppercase; 
	text-align:center; 
	white-space:nowrap; 
	background:#fff;
	padding:2px;
	margin: 4px 0px;
	border:none;
	 /*font-size:18px;*/
	border-radius:10px;
	box-shadow: -2px -2px 10px rgba(0,0,0,.25) inset, 2px 2px 10px white inset;
	-moz-border-radius:10px;
	-moz-box-shadow: -2px -2px 10px rgba(0,0,0,.25) inset, 2px 2px 10px white inset;
	-webkit-box-shadow: -2px -2px 10px rgba(0,0,0,.25) inset, 2px 2px 10px white inset;
}
.add-to-links li a { 
	color:#444;
	font-size: 80%;
}
.category-products .add-to-links,
.box-up-sell .add-to-links,
.AssociatedProgrammers .add-to-links{
	float: left;
	width: 95px;
}
.category-products .add-to-links li,
.box-up-sell .add-to-links li,
.AssociatedProgrammers .add-to-links li { 
	font-size: 10px;
}
.add-to-links .separator { display:none; }
/* ------------ PRODUCT RESULT LISTING OVERRIDES FOR SIMPLIFIED VIEW ---------------*/
.SimpleList .add-to-links { 
	display: none;
}
h2.CategorySeparator{
	padding-top: 20px;
}

/* ------------ END ---------------*/

/* ------------------  PRODUCT PAGES ------------------*/
.product-view .product-name{
	padding-top: 15px;
}
.product-name h1{ 
	font-size: 140%; 
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}
.product-view .product-img-box { 
	float: left;
	width: 232px;
	padding: 10px 0px 0px 0px;
}
.product-view .product-img-box .product-image { 
	margin: 0 0 10px;
	border: 1px solid #cacaca;
	overflow: hidden;
	/*text-align: center;
	padding: 25px;*/
}
.Chip .product-shop{
	padding-top: 10px;
}
#product_tabs_screenshots_contents{
	display: block;
	text-align: center;
}
.ScreenshotTitle{
	display: block;
	text-align: center;
}
.product-image{
	padding-bottom: 0;
}
.product-img-box .product-image{
	vertical-align: middle;
	text-align: center;
	height: 240px;
	width: 232px;
	padding: 0;
	display: block;
}
.product-img-box .product-image-zoom{
	text-align: inherit;
	overflow: hidden;
}
.ReviewBack{
	padding: 1px 0 0 0;
	border-top: none;
	margin: -30px 0 0 -30px;
}
.ReviewBack p{
	padding: 5px 0 5px 0;
}

/* ---- Forum ---- */
.ForumFrame{
	border: none;
	padding-left: 15px;
	width: 743px;
}

/* End forum */

.toolbar-bottom{
	margin-top: 15px;
}




/* Simple List Category Breakdown */
.SimpleList{
	margin: 0;
}
.SimpleList ul.Categories{
	padding: 0 0 0 10px;
	margin: 0;
	clear: both;
}
.SimpleList ul.Categories ul.Categories{
	padding-left: 0;
}
.SimpleList .ProductTitle{
	padding: 15px 0 0;
}
.SimpleList .Shortcuts li{
	float: left;
	/*min-width: 180px;*/
	width: 280px;
	padding: 0 15px;
}
.SimpleList .Categories .Shortcuts li{
}
.SimpleList .products-grid{
	padding-left: 20px;
}
.ShortcutsWrap{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.Shortcuts{
	padding: 5px 0 12px 10px;
	margin: 10px 0 0 10px;
	list-style-position: inside;
	font-weight: bold;
	border-bottom: 1px solid #000;
	font-size: 120%;
}
.Categories .Shortcuts{
	border: none;
	margin: 10px 0 0 0;
	list-style-type: disc;
	font-weight: normal;
	padding-bottom: 2px;
	font-size: 100%;
}
.ShortcutTitle{
	margin: 0 0 0 11px;
	font-weight: bold;
	color: #000;
	display: list-item;
	list-style: disc outside;
	font-size: 120%;
}
.ShortcutTitle span{
	color: #EC1F27;
}
.Categories .ShortcutTitle{
	display: none;
}



/* Chip View Page */
.Chip .product-shop h2{
	padding-bottom: 10px;
}




.AssociatedProgrammers{
	padding: 20px 0 20px 25px;
}



.block-layered-nav{
	display: none;
}


.box-up-sell .products-grid ul{
	padding: 0;
	margin-right: -10px;
}

.SimpleList .pager .amount{
	padding: 3px 0;
}

.SimpleList .sort-by{
	float: right;
	padding: 0 50px 15px 0;
	margin-top: -25px;
}


.form-list p{
	color: #555;
}



.PromoWrap h3{
	color: #fff;
}




.Feature1, .Feature2, .Feature3{
	background: #ec1f27;
	background: -moz-linear-gradient(top, #ec1f27 44%, #841214 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#ec1f27), color-stop(100%,#841214));
	background: -webkit-linear-gradient(top, #ec1f27 44%,#841214 100%);
	background: -o-linear-gradient(top, #ec1f27 44%,#841214 100%);
	background: -ms-linear-gradient(top, #ec1f27 44%,#841214 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1f27', endColorstr='#841214',GradientType=0 );
	background: linear-gradient(top, #ec1f27 44%,#841214 100%);
}




.Chips .even{
	background: #f0f0f0;
}
a#sagepay-expresscheckout-shortcut,
#p_method_sagepaypaypal,
label[for="p_method_sagepaypaypal"] {
  display: none !important;
}