/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Alberts Car Stereo
	Version:		1.0
	Last change:	06.17.13 [Created]
	Assigned to:	Titan Web (Jay V. Bastillas)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1. 	Global
	2.	Header
	3.	Top Menu
	4.	Banner
	5.	Content
	6.	Footer
	7.  Gallery
	

	[Color codes]
	Background:	#262626 (Dark Grey)
	Content:	#3b3b3b (Light Black)
	Header h1:	#a70d00 (Dark Red)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Global ]
-------------------------------------------------------------------*/
body {
    background: #e7e7e7;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
}

input, button, textarea, select {
}

.outer-wrapper {
    background: url(../images/background-outer.jpg) repeat-x 0 top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

.outer-pad {
    background: url(../images/background.jpg) no-repeat center top;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('fonts/Roboto-Condensed-webfont.eot');
    src: url('fonts/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Condensed-webfont.woff') format('woff'),
    url('fonts/Roboto-Condensed-webfont.ttf') format('truetype'),
    url('fonts/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('fonts/Roboto-BoldCondensed-webfont.eot');
    src: url('fonts/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-BoldCondensed-webfont.woff') format('woff'),
    url('fonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'),
    url('fonts/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------------------------------------
	[ 2 Header ]
-------------------------------------------------------------------*/
.header {
}

.header-wrapper {
    width: 100%;
    max-width: 100%;
    height: 129px;
    max-height: 129px;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.header-pad {
    height: 129px;
    width: 960px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.logo-wrapper {
    height: auto;
    width: auto;
    margin: 10px 0px 0px 0px;
    float: left;
    padding: 0px;
}

.headinfo-wrapper {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 129px;
    width: auto;
    float: right;
    text-align: right;
}

.headinfo-wrapper .address {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: auto;
}

.headinfo-wrapper .address .location {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 54px;
    width: 237px;
    display: block;
    background: url(../images/location-button.png) no-repeat 0 0;
}

.headinfo-wrapper .address .location:hover {
    background-position: 0 -54px;
}

.headinfo-wrapper .social {
    margin: 17px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: auto;
    float: right;
}

.headinfo-wrapper .social li {
    list-style: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    height: auto;
    width: auto;
    float: left;
}

.headinfo-wrapper .social li .facebook {
    background: url(../images/facebook.png) no-repeat 0 0;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 42px;
    width: 40px;
    float: left;
}

.headinfo-wrapper .social li .youtube {
    background: url(../images/youtube.png) no-repeat 0 0;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 42px;
    width: 40px;
    float: left;
}

.headinfo-wrapper .social li .social-button:hover {
    background-position: 0 -42px;
}

.widget_wpsc_shopping_cart {
    background: url(../images/login-border.png) no-repeat left center;
    position: absolute;
    right: 270px;
    width: auto;
    height: 54px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: right;
}

.widget_wpsc_shopping_cart h3.widget-title {
    display: none !important;
    background: url(../images/cart.png) no-repeat left center;
    position: absolute;
    left: 35px;
    top: 18px;
    width: auto;
    height: 26px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 34px;
    text-shadow: 1.3px 1.3px rgba(0, 0, 0, 0.5);
    display: inline;
    text-transform: uppercase;
    font-family: ubuntu_titling_rgbold;
    font-weight: normal;
    font-size: 16px;
    color: #fae900;
    line-height: 26px;
}

.shopping-cart-wrapper .shoppingcart table thead {
    display: none !important;
}

.shopping-cart-wrapper .shoppingcart table .product-name {
    display: none !important;
}

.productcart td {
    padding-bottom: 5px;
    padding-top: 5px;
}

input[type="radio"] {
    margin-top: 0px;
}

.shopping-cart-wrapper .shoppingcart table .pricedisplay small {
    display: none !important;
}

.shopping-cart-wrapper .shoppingcart table tbody {
    display: none !important;
}

.shopping-cart-wrapper .shoppingcart table .wpsc_empty_the_cart {
    display: none !important;
}

.shopping-cart-wrapper .shoppingcart table .cart-widget-count {
    background: url(../images/cart.png) no-repeat left center;
    margin: 0px 7px 0px 0px;
    padding: 0px 0px 0px 35px;
    height: auto;
    display: inline;
    font-family: RobotoCondensed;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e;
}

.shopping-cart-wrapper .visitshop {
    display: none !important;
}

.shopping-cart-wrapper p.empty {
    background: url(../images/cart.png) no-repeat left 0px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 35px;
    height: auto;
    width: auto;
    display: inline-block;
    font-family: RobotoCondensed;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e;
}

.widget_wpsc_shopping_cart .cart_message {
    display: none !important;
}

.shopping-cart-wrapper .shoppingcart .checkout-total {
    background: url(../images/slash.png) no-repeat left 2px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 11px;
    display: inline-block;
    font-family: RobotoCondensed;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e;
}

.shopping-cart-wrapper .shoppingcart .gocheckout {
    height: 11px;
    width: 7px;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0.0;
    -moz-opacity: 0.0;
    position: relative;
    z-index: 99999;
}

.shopping-cart-wrapper .shoppingcart #cart-widget-links {
    text-indent: -9999px !important;
    background: url(../images/arrow-cart.png) no-repeat left top;
    height: 11px;
    width: 7px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}

.shopping-cart-wrapper .shoppingcart table tfoot tr {
    width: auto;
    display: inline;
    margin-left: 10px;
    float: left;
}

.cart-widget-total {
    position: relative;
    top: 2px;
}

/*------------------------------------------------------------------
	[ 3 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper {
    max-height: 45px;
    height: 45px;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
    z-index: 200;
}

.menu-pad {
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background: url(../images/menu-bg.png) repeat-x center top;
    height: 45px;
    width: 960px;
    margin: 0 auto;
    padding: 0px;
}

/*
#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
  display: block;
}
#menu-top-menu li,
#menu-top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu-top-menu ul {
  display: none;
  position: absolute;
  z-index: 100;
}
#menu-top-menu li {
  float: left;
  position: relative;
  z-index: 100;
}
#menu-top-menu li:hover > ul {
  display: block;
}
#menu-top-menu > li:hover > ul {
  left: 0;
}
#menu-top-menu a {
  color: #FFFFFF;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.75 );
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
  color: #FFFFFF;
  text-decoration: none;
}
*/
/* Top-level Styling */
/*
#top-menu {
  background: #000;
  bottom: 0;
  height: 51px;
  position: absolute;
  width: 100%;
}
#menu-top-menu {
  height: 51px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#menu-top-menu > li {
  height: 51px;
}
#menu-top-menu > li > a {
  border-left: 1px solid #FFFFFF;
  font-size: 18px;
  padding: 14px 14px 12px;
}
#menu-top-menu > li:first-child > a {
  border-left: none;
}
#menu-top-menu > li:hover > a,
#menu-top-menu > .current-menu-item > a,
#menu-top-menu > .current-menu-item:hover > a,
#menu-top-menu > .current-menu-ancestor > a {
  color: #000;
  background: #eee;
}
*/
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
/*
#menu-top-menu ul {
  background: transparent;
  width: 146px;
}
#menu-top-menu ul > li {
  width: 146px;
}
#menu-top-menu ul > li > a {
  background: #000;
  border-top: 1px solid #FFFFFF;
  font-size: 14px;
  padding: 5px 10px 2px;
}
#menu-top-menu ul > li:hover > a,
#menu-top-menu ul > .current-menu-item > a,
#menu-top-menu ul > .current-menu-item:hover > a,
#menu-top-menu ul > .current-menu-ancestor > a {
  background: #EEEEEE;
  color: #000000;
}
#menu-top-menu li > ul li:hover > ul {
  left: 146px;
  top: 0;
}
*/
/*.dcjq-mega-menu{height::45px;width:800px;margin:0px ;position:relative;float:left;margin-top:0px;}*/
.sub-container {
    position: relative;
    background: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

ul#menu-top-menu {
    height: 45px;
    width: auto;
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

ul#menu-top-menu li.menu-item {
    background: url(../images/menu-border.png) no-repeat right center;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

ul#menu-top-menu li.menu-item:last-child {
    background: none;
}

ul#menu-top-menu li.menu-item:first-child {
    text-indent: -9999px;
    height: 45px;
    width: 60px;
    display: block;
}

ul#menu-top-menu > li.menu-item:first-child a {
    background: url(../images/home-bg.png) no-repeat 0 0;
    height: 21px;
    width: 23px;
    margin: 10px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    display: block;
}

ul#menu-top-menu li.menu-item:first-child a {
    height: 21px;
    width: 23px;
    margin: 10px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    display: block;
}

ul#menu-top-menu li.menu-item:first-child a:hover {
    background-position: 0 -21px;
}

ul#menu-top-menu li.menu-item a {
    text-shadow: 0px 0px rgba(0, 0, 0, 0);
    filter: none;
    height: 45px;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    text-decoration: none;
    line-height: 45px;
    display: inline-block;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #c2c2c2;
    margin: 0px 0px 0px 0px;
    padding: 0px 13px;
    outline: none;
}

ul#menu-top-menu li.menu-item a:hover, ul#menu-top-menu li.current-menu-item a {
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    color: #f03136;
    filter: none;
    box-shadow: none;
}

#dc_jqmegamenu_widget-2-item ul li .sub-container {

    background: none !important;
    margin: 0 0 0 0px;
    padding: 10px 0px 0px 0px;
    position: absolute;
    left: auto;
    top: 10px;

}

ul#menu-top-menu li.menu-item ul.sub-menu {
    position: absolute;
    width: 260px;
    margin: 0px 0px 0px 0px;
    height: 0px;
    display: none;
}

ul#menu-top-menu li.menu-item:hover ul.sub-menu{
    display: block;
}

ul#menu-top-menu li.menu-item ul.sub-menu li.menu-item {
    background: #080808 !important;
    border-bottom: 1px solid #606060;
    background: none;
    width: 100%;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

ul#menu-top-menu li.menu-item ul.sub-menu li.menu-item a {
    filter: none;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    text-shadow: 0px 0px rgba(0, 0, 0, 0);
    text-transform: uppercase;
    text-indent: 20px;
    text-align: left;
    width: 100%;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}

ul#menu-top-menu li.menu-item ul.sub-menu li.menu-item:last-child {
    border-bottom: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

ul#menu-top-menu li.menu-item ul.sub-menu li.menu-item a:hover {
    background: #e71f24 !important;
}

#dc_jqmegamenu_widget-2-item ul li .sub-container.non-mega li {
    background: none !important;
}

#searchform {
    width: 145px;
    height: 22px;
    margin: 12px 12px 0px 0px;
    padding: 0px;
    float: right;
    position: relative;
    right: 0px;
    overflow: hidden;
}

#search-by-keyword {
    background: #fff url(../images/search-bg.png) repeat-x 0 top;
    outline: none;
    text-transform: lowercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #252525;
    line-height: 22px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    width: 217px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    box-shadow: 0px;
    box-shadow: none;
}

#searchsubmit {
    background: url(../images/search-button.png) no-repeat 0 0;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    width: 28px;
    height: 22px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    box-shadow: 0px;
    box-shadow: none;
}

#searchsubmit:hover {
    background-position: 0px -22px;
}

/*------------------------------------------------------------------
	[ 4 Banner ]
--------------------------------------------------------------sdf-----*/
.banner {
}

.banner-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: auto;
    padding: 0px;
    margin: 16px 0px 0px 0px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.banner-pad {
    background: url(../images/banner-bg.png) no-repeat 0 0;
    position: relative;
    width: 960px;
    max-width: 960px;
    height: 589px;
    max-height: 589px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    overflow: visible;
}

.banner-wrapper #slider4 {
    margin: 0px;
    width: 960px;
    height: 351px;
    float: left;
    padding: 0px 0px 0px 0px;
}

.banner-wrapper #slider4 li {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 960px;
    height: 351px;
    float: left;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.banner-wrapper #slider4 li span.title {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 68px;
    width: 464px;
    height: 70px;
    line-height: 36px;
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}

.banner-wrapper #slider4 li img {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
}

.banner-wrapper .menu-banner-menu-container {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 152px;
    width: 464px;
    height: 127px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.banner-wrapper .menu-banner-menu-container ul.menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 464px;
    height: 127px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item {
    position: relative;
    width: 87px;
    height: 127px;
    padding: 0px 0px 0px 0px;
    margin: 0px 12px 0px 0px;
    float: left;
    list-style: none;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item a {
    width: 87px;
    height: 127px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 12px 0px 0px;
    float: left;
    list-style: none;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item a span.textwrapped {
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 87px;
    height: 30px;
    line-height: 16px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item:first-child a {
    background: url(../images/albert-specials-btn.png) no-repeat 0 0;
    width: 87px;
    height: 127px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item:nth-child(2) a {
    background: url(../images/custom-rigs-btn.png) no-repeat 0 0;
    width: 87px;
    height: 127px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item:nth-child(3) a {
    background: url(../images/system-package-bg.png) no-repeat 0 0;
    width: 87px;
    height: 127px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item:nth-child(4) a {
    background: url(../images/all-products-bg.png) no-repeat 0 0;
    width: 87px;
    height: 127px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item:first-child + li a {
    background: url(../images/custom-rigs-btn.png) no-repeat 0 0;
    width: 87px;
    height: 127px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item:first-child + li + li a {
    background: url(../images/system-package-bg.png) no-repeat 0 0;
    width: 87px;
    height: 127px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item:first-child + li + li + li a {
    background: url(../images/all-products-bg.png) no-repeat 0 0;
    width: 87px;
    height: 127px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.banner-wrapper .menu-banner-menu-container ul.menu li.menu-item a:hover {
    background-position: 0px -127px !important;
}

.banner-wrapper .featured-products {
    background: url(../images/banner-relatedproducts-border.png) no-repeat center top;
    position: absolute;
    bottom: 10px;
    left: 0px;
    margin: 0px 0px 0px 10px;
    width: 960px;
    height: 270px;
    float: left;
    padding: 0px 0px 0px 0px;
}

.banner-wrapper .featured-products .title {
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    display: block;
    float: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
}

.banner-wrapper .featured-products .jcarousel-skin-tango {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    width: 960px;
    height: 206px;
    float: left;
    padding: 0px 0px 0px 0px;
}

.banner-wrapper .featured-products .jcarousel-skin-tango li {
    width: 228px;
    height: 206px;
    padding: 0px 0px 0px 0px;
    margin: 0px 9px 0px 0px;
    float: left;
    list-style: none;
    display: block;
}

.banner-wrapper .featured-products .jcarousel-skin-tango li a.thumbnail {
    background: url(../wpsc-noimage.gif) no-repeat;
    background-size: 100% 100%;
    width: 228px;
    height: 150px;
    diplay: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.banner-wrapper .featured-products .jcarousel-skin-tango li .caption {
    background: url(../images/header-relatedproducts-bg.png) repeat-x 0 top;
    width: 228px;
    height: 56px;
    diplay: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.banner-wrapper .featured-products .jcarousel-skin-tango li .caption .title {
    width: 152px;
    height: 31px;
    line-height: 16px;
    overflow: hidden;
    diplay: block;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px 0px 5px;
    float: left;
    text-align: center;
    text-shadow: -1.5px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}

.banner-wrapper .featured-products .jcarousel-skin-tango li .caption .more-details {
    background: url(../images/more-info.png) no-repeat 0 0;
    width: 62px;
    height: 31px;
    diplay: block;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px 0px 4px;
    float: left;
}

.banner-wrapper .featured-products .jcarousel-skin-tango li .caption:hover .more-details {
    background-position: 0px -31px;
}

.banner-pad2 {
    background: url(../images/banner-bg.png) no-repeat 0 0;
    position: relative;
    width: 960px;
    max-width: 960px;
    height: 347px;
    max-height: 347px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.banner .jcarousel-skin-tango {
    position: relative;
    z-index: 2;
    width: 939px;
    overflow: hidden;
    max-width: 939px;
    height: auto;
    max-height: auto;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.banner .jcarousel-container, .banner .jcarousel-clip-horizontal {
    overflow: hidden;
    width: 939px;
    max-width: 939px;
    height: auto;
    max-height: auto;
    margin: 0px auto;
    padding: 0px;
}

.banner #mycarousel1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 99999px;
    max-width: 99999px;
    height: auto;
    max-height: 80px;
}

.banner #mycarousel1 li {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 228px;
    height: auto;
    margin: 0px 9px 0px 0px;
    padding: 0px;
    display: block;
}

.banner .jcarousel-container .jcarousel-prev {
    cursor: pointer;
    position: absolute;
    top: 75px;
    left: 2px;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/banner-arrow-prev.png) no-repeat;
}

.banner .jcarousel-container .jcarousel-prev:hover {
    background-position: 0 -25px;
}

.banner .jcarousel-container .jcarousel-prev-disabled {
    width: 24px;
    height: 24px;
    background: url(../images/banner-arrow-prev.png) no-repeat 0 -25px;
}

.banner .jcarousel-container .jcarousel-next {
    cursor: pointer;
    position: absolute;
    top: 75px;
    right: 2px;
    width: 24px;
    height: 24px;
    background: url(../images/banner-arrow-next.png) no-repeat;
}

.banner .jcarousel-container .jcarousel-next-disabled {
    width: 24px;
    height: 24px;
    background: url(../images/banner-arrow-next.png) no-repeat 0 -25px;
}

.banner .jcarousel-container .jcarousel-next:hover {
    background-position: 0 -25px;
}

.banner .jcarousel-container .jcarousel-container-horizontal {
    width: 948px;
    max-width: 948px;
    height: auto;
    max-height: auto;
}

.banner .jcarousel-container .jcarousel-clip-horizontal {
    width: 948px;
    max-width: 948px;
    height: auto;
    max-height: auto;
    margin: 0px auto;
}

/*------------------------------------------------------------------
	[ 5 Content ]
-------------------------------------------------------------------*/
.content {
}

.entry-meta {
    display: none;
}

.entry-utility {
    display: none;
}

.mid-wrapper {
    background: url(../images/sidebar-border.png) no-repeat center bottom;
    position: relative;
    z-index: 2;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.mid-pad {
    overflow: visible;
    width: 960px;
    margin: 0px auto;
    height: auto;
    max-height: auto;
}

.main-front-page {
    position: relative;
    overflow: visible;
    width: 960px;
    height: auto;
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
}

.main-front-page .first-column {
    width: 623px;
    height: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-front-page .first-column h1.page-title {
    width: 623px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 30px;
    color: #ac161c;
}

.main-front-page .first-column p {
    width: 623px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-front-page .second-column {
    width: 307px;
    height: auto;
    margin: 0px 0px 0px 14px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-front-page .second-column .title {
    width: 307px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #ac161c;
}

.main-front-page .second-column .video-thumbnail {
    background: url(../images/video-bg.png) no-repeat;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 307px;
    height: 125px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
}

.main-front-page .second-column .video-arrow {
    position: absolute;
    z-index: 2;
    left: 22px;
    top: 30px;
    width: 74px;
    height: 73px;
    background: url(../images/video-arrow-bg.png) no-repeat;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.main-front-page .second-column .attachment-video-thumbnail {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 307px;
    height: 125px;
}

.main-front-page .second-column .attachment-video-thumbnail {
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.50;
    -moz-opacity: 0.50;

}

.main-front-page .second-column .caption {
    position: absolute;
    z-index: 3;
    left: 100px;
    top: 48px;
    height: 40px;
    width: 208px;
    overflow: hidden;
    line-height: 19px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
}

.main-front-page .second-column .video-thumbnail:hover .video-arrow {
    background-position: 0px -73px;
}

div.ppt {
    display: none !important;
}

.video-bg {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    height: 125px;
}

.video-bg:hover {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.main-front-page .second-column .featured-news {
    width: 307px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-front-page .second-column .featured-news li {
    list-style: none;
    width: 307px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-front-page .second-column .featured-news li a.thumbnail {
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-front-page .second-column .featured-news li .news-wrapper-right {
    width: 174px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.main-front-page .second-column .featured-news li .news-wrapper-right .title {
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #161616;
    line-height: 19px;
    width: 174px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-front-page .second-column .featured-news li .news-wrapper-right .readmore {
    background: url(../images/read-now-btn.png) no-repeat;
    width: 62px;
    height: 31px;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-front-page .second-column .featured-news li .news-wrapper-right .readmore:hover {
    background-position: 0px -31px;
}

.main-front-page .second-column .news-title {
    margin-top: 15px;
}

.main-sub-page {
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    overflow: visible;
    width: 960px;
    height: auto;
    margin: 46px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
}

.main-sub-page .first-column {
    width: 623px;
    height: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page .first-column h1.page-title {
    width: 623px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 30px;
    color: #ac161c;
}

.main-sub-page .first-column p {
    width: 623px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-sub-page .second-column {
    width: 307px;
    height: auto;
    margin: 0px 0px 0px 14px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page .second-column .title {
    width: 307px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #ac161c;
}

.main-sub-page .second-column a.video-thumbnail {
    background: #000;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 307px;
    height: 125px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
}

.main-sub-page .second-column .video-arrow {
    position: absolute;
    z-index: 2;
    left: 22px;
    top: 30px;
    width: 74px;
    height: 73px;
    background: url(../images/video-arrow-bg.png) no-repeat;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.main-sub-page .second-column .attachment-video-thumbnail {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 307px;
    height: 125px;
}

.main-sub-page .second-column .attachment-video-thumbnail {
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.50;
    -moz-opacity: 0.50;

}

.main-sub-page .second-column .caption {
    position: absolute;
    z-index: 3;
    left: 100px;
    top: 48px;
    height: 40px;
    width: 208px;
    overflow: hidden;
    line-height: 19px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
}

.main-sub-page .second-column a.video-thumbnail:hover .video-arrow {
    background-position: 0px -73px;
}

.main-sub-page .second-column .featured-news {
    width: 307px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page .second-column .featured-news li {
    list-style: none;
    width: 307px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page .second-column .featured-news li a.thumbnail {
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page .second-column .featured-news li .news-wrapper-right {
    width: 174px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.main-sub-page .second-column .featured-news li .news-wrapper-right .title {
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #161616;
    line-height: 19px;
    width: 174px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page .second-column .featured-news li .news-wrapper-right .readmore {
    background: url(../images/read-now-btn.png) no-repeat;
    width: 62px;
    height: 31px;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page .second-column .featured-news li .news-wrapper-right .readmore:hover {
    background-position: 0px -31px;
}

.main-sub-page .second-column .news-title {
    margin-top: 15px;
}

.main-sub-page ul {
    width: 623px;
    height: auto;
    margin: 10px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
}

.main-sub-page ul li {
    background: url(../images/list-style.png) no-repeat left 2px;
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 18px;
    float: left;
    width: 45%;
    display: block;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-sub-page h2 {
    width: 623px;
    height: auto;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 26px;
    color: #ac161c;
}

.main-sub-page h3 {
    width: 623px;
    height: auto;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 24px;
    color: #ac161c;
}

.main-sub-page h4 {
    width: 623px;
    height: auto;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #ac161c;
}

.main-sub-page p a {
    color: #ac161c;
    text-decoration: none;
}

.main-sub-page p a:hover {
    color: #585858;
}

.main-sub-page ul li a {
    color: #ac161c;
    text-decoration: none;
}

.main-sub-page ul li a:hover {
    color: #585858;
}

.main-sub-page-contact {
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    overflow: visible;
    width: 960px;
    height: auto;
    margin: 46px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
}

.main-sub-page-contact h1.page-title {
    width: 960px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 30px;
    color: #ac161c;
}

.main-sub-page-contact p {
    width: 960px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-sub-page-news {
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    overflow: visible;
    width: 960px;
    height: auto;
    margin: 46px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
}

.main-sub-page-news h1.page-title {
    width: 960px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 30px;
    color: #ac161c;
}

.main-sub-page-news p {
    width: 960px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-sub-page-products {
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    overflow: visible;
    width: 960px;
    height: auto;
    margin: 46px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
}

.main-sub-page-products h1.page-title {
    width: 960px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 30px;
    color: #ac161c;
}

.main-sub-page-products p {
    width: 960px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-sub-page {
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    overflow: visible;
    width: 960px;
    height: auto;
    margin: 46px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
}

.main-sub-page h1.page-title {
    width: 960px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 30px;
    color: #ac161c;
}

.main-sub-page p {
    width: 960px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-sub-page h1.search-results, .no-results h1 {
    width: 960px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 30px;
    color: #ac161c;
}

.main-sub-page-gallery {
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    overflow: visible;
    width: 960px;
    height: auto;
    margin: 46px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
}

.main-sub-page-gallery h1.page-title {
    width: 960px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 30px;
    color: #ac161c;
}

.main-sub-page-gallery p {
    width: 960px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-sub-page-gallery h2 {
    width: 960px;
    height: auto;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 26px;
    color: #ac161c;
}

.main-sub-page-gallery h3 {
    width: 960px;
    height: auto;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 24px;
    color: #ac161c;
}

.main-sub-page-gallery h4 {
    width: 960px;
    height: auto;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #ac161c;
}

.main-sub-page-gallery p a {
    color: #ac161c;
    text-decoration: none;
}

.main-sub-page-gallery p a:hover {
    color: #585858;
}

.main-sub-page-gallery ul li a {
    color: #ac161c;
    text-decoration: none;
}

.main-sub-page-gallery ul li a:hover {
    color: #585858;
}

.main-sub-page-news-single {
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    overflow: visible;
    width: 960px;
    height: auto;
    margin: 46px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
}

.main-sub-page-news-single h1.page-title {
    width: 960px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 30px;
    color: #ac161c;
}

.main-sub-page-news-single p {
    width: 960px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-sub-page-news-single .attachment-news-thumbnail-single {
    border: 3px solid #9a9a9a;
    width: 270px;
    height: 220px;
    margin: 0px 0px 10px 30px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.main-sub-page-news-single ul {
    width: 960px;
    height: auto;
    margin: 10px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
}

.main-sub-page-news-single ul li {
    background: url(../images/list-style.png) no-repeat left 2px;
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 18px;
    width: 45%;
    display: block;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #585858;
}

.main-sub-page-news-single h2 {
    width: 960px;
    height: auto;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 26px;
    color: #ac161c;
}

.main-sub-page-news-single h3 {
    width: 960px;
    height: auto;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 24px;
    color: #ac161c;
}

.main-sub-page-news-single h4 {
    width: 960px;
    height: auto;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #ac161c;
}

.main-sub-page-news-single p a {
    color: #ac161c;
    text-decoration: none;
}

.main-sub-page-news-single p a:hover {
    color: #585858;
}

.main-sub-page-news-single ul li a {
    color: #ac161c;
    text-decoration: none;
}

.main-sub-page-news-single ul li a:hover {
    color: #585858;
}

.main-sub-page-news ul.news-wrapper {
    width: 100%;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    float: left;
}

.main-sub-page-news ul.news-wrapper li {
    border-bottom: 1px solid #c4c4c4;
    background: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 30px 0px;
    float: left;
}

.main-sub-page-news ul.news-wrapper li .attachment-news-thumbnail {
    width: 175px;
    height: 148px;
    border: 3px solid #9a9a9a;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page-news ul.news-wrapper li .news-wrapper-right {
    width: 745px;
    height: auto;
    margin: 0px 0px 0px 30px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page-news ul.news-wrapper li .news-wrapper-right .title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 24px;
    color: #ac161c;
}

.main-sub-page-news ul.news-wrapper li .news-wrapper-right .readmore {
    float: left;
    background: url(../images/read-now-btn.png) no-repeat 0 0;
    width: 62px;
    height: 31px;
    margin: 14px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    clear: both;
}

.main-sub-page-news ul.news-wrapper li .news-wrapper-right .readmore:hover {
    background-position: 0 -31px;
}

.main-sub-page-news ul.news-wrapper li .news-wrapper-right p {
    margin-top: 6px;
    line-height: 19px;
    width: 745px;
    height: auto;
    float: left;
}

.main-sub-page-news ul.news-wrapper li .no-image {
    width: 240px;
    height: 173px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.pagination {
    text-align: left !important;
    width: 100%;
    display: block;
    margin: 15px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff !important;
}

/*.pagination span.pages{filter: none !important;display:none !important;}*/
.pagination span.current {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
    filter: none !important;
    text-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
    background: #919191 !important;
    font-family: Tahoma, Arial, Verdana, sans-serif !important;
    font-weight: normal;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.pagination a {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    filter: none !important;
    background: #262626 !important;
    border: none !important;
    box-shadow: none !important;
    font-family: Tahoma, Arial, Verdana, sans-serif !important;
    font-weight: normal !important;
    color: #fff !important;
    text-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
}

.pagination a.next {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    filter: none !important;
    padding: 5px 12px !important;
    text-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
    background: 262626 !important;
    color: #fff !important;
}

.pagination a.previous {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    filter: none !important;
    padding: 5px 12px !important;
    text-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
    background: #262626 !important;
    color: #fff !important;
}

div.pagination a {
    color: #fff !important;
}

.slideshowlink {
    display: none;
}

.ngg-navigation {
    text-align: left !important;
    text-indent: 3px;
    width: 100%;
    display: block;
    height: 30px !important;
    margin: 30px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff !important;
}

.ngg-navigation span.current {
    margin-left: 2px;
    top: auto !important;
    visibility: visible !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 4px 10px 4px 10px !important;
    filter: none !important;
    text-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
    background: #919191 !important;
    font-family: Tahoma, Arial, Verdana, sans-serif !important;
    font-weight: normal;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.ngg-navigation a.page-numbers {
    padding: 4px 10px 4px 10px !important;
    top: auto !important;
    visibility: visible !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    filter: none !important;
    background: #262626 !important;
    border: none !important;
    box-shadow: none !important;
    font-family: Tahoma, Arial, Verdana, sans-serif !important;
    font-weight: normal !important;
    color: #fff !important;
    text-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
}

.ngg-navigation a.next {
    position: relative;
    top: -1px;
    left: 2px;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: none !important;
    filter: none !important;
    padding: 5px 11px 5px 11px !important;
    text-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
    background: #262626 !important;
    color: #fff !important;
}

.ngg-navigation a.prev {
    position: relative;
    top: -1px;
    right: 2px;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: none !important;
    filter: none !important;
    padding: 5px 11px 5px 11px !important;
    text-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
    background: #262626 !important;
    color: #fff !important;
}

.main-sub-page-employment .first-column .gravity_form {
    width: 623px;
    height: auto;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page-employment .first-column .gravity_form .title {
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #ac161c;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields {
    position: relative;
    width: 623px;
    height: auto;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields li {
    background: none;
    width: 295px;
    height: auto;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: none;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields li input {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 295px;
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
    background: #ffffff;
    border: 1px solid #a2a2a2;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields li input:focus {
    background: #ffffff;
    border: 1px solid #ac161c;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields li#field_3_5 {
    width: 293px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#gform_submit_button_3 {
    border-radius: 0px;
    width: 62px;
    height: 31px;
    float: left;
    background: url(../images/submit-contact.png) no-repeat;
    text-indent: -9999px;
    outline: none;
    color: transparent;
    text-transform: capitalize;
    border: none;
}

#gform_submit_button_3:hover {
    background-position: 0 -31px;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields li#field_3_5 textarea {
    width: 280px;
    background: #ffffff;
    border: 1px solid #a2a2a2;
    padding: 4px 0px 0px 8px;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields li#field_3_5 textarea:focus {
    background: #ffffff;
    border: 1px solid #ac161c;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields li#field_3_4 .ginput_container {
    overflow: hidden;
    width: 295px;
    height: 28px;
    background: url(../images/upload-button.png) no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields li#field_3_4 input {
    position: relative;
    left: 80px;
    cursor: pointer;
    overflow: hidden;
    width: 295px;
    height: 28px;
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.main-sub-page-employment .first-column .gravity_form .gform_fields li#field_3_4 .ginput_container:hover {
    background-position: 0 -28px;
}

.main-sub-page-products .product-categories-wrapper {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 25px 0px 10px 0px;
    float: left;
}

.main-sub-page-products .product-categories-wrapper li.cat-item {
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    float: left;
    width: 30%;
    display: block;
}

.main-sub-page-products .product-categories-wrapper li.cat-item a {
    text-transform: uppercase;
    text-align: left;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 15px;
    color: #545454;
}

.main-sub-page-products .product-categories-wrapper li.current-cat a, .main-sub-page-products .product-categories-wrapper li.cat-item a:hover {
    color: #ac161c;
}

.catlevel .product-categories-wrapper {
    display: none;
}

.main-sub-page-products .product-categories-wrapper li.cat-item ul.children {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-sub-page-products .product-categories-wrapper li.cat-item ul.children li {
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 19px;
    float: left;
}

.main-sub-page-products2 .product-categories-wrapper {
    display: none;
}

#crumbs, .crumbs {
    display: block;
    width: 100%;
    float: left;
    font-family: RobotoBoldCondensed;
    font-weight: normal;
    font-size: 15px;
    color: #ac161c;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

#crumbs a, .crumbs a {
    color: #ac161c;
    font-weight: normal;
}

#crumbs span.background, .crumbs span.background {
    position: relative;
    top: -2px;
    left: 1px;
    width: 7px;
    height: 5px;
    display: inline-block;
    background: url(../images/crumbs-bg.png) no-repeat 0 0;
    margin: 0px 7px 0px 7px;
    padding: 0px 0px 0px 0px;
}

/*------------------------------------------------------------------
	[ 6 SideBar ]
-------------------------------------------------------------------*/
.sidebar-wrapper-outer {
    background: url(../images/sidebar-border.png) no-repeat center bottom;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: auto;
    max-height: auto;
    float: left;
}

.sidebar-wrapper {
    background: url(../images/sidebar-border.png) no-repeat center top;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    height: auto;
    max-height: auto;
    padding: 38px 0px 25px 0px;
    float: left;
}

.sidebar-pad {
    overflow: visible;
    width: 960px;
    margin: 0px auto;
    height: auto;
    max-height: auto;
}

.sidebar-pad .sidebar-wpsc-product-wrapper {
    width: 685px;
    height: auto;
    margin: 12px 0px 0px 10px;
    padding: 0px;
    float: left;
}

.sidebar-pad .sidebar-wpsc-product-wrapper li {
    width: 25%;
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    float: left;
    list-style: none;
    display: block;
}

.sidebar-pad .sidebar-wpsc-product-wrapper li a {
    background: url(../images/list-style.png) no-repeat left 2px;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    float: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 15px;
    color: #545454;
}

.sidebar-pad .sidebar-wpsc-product-wrapper li a:hover {
    color: #ac161c;
}

.sidebar-pad .title {
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 20px;
    color: #ac161c;
    line-height: 19px;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.sidebar-pad .all-products-thumbnail {
    border: 3px solid #d0d0d0;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.sidebar-wrapper-lower {
    overflow: visible;
    width: 100%;
    max-width: 100%;
    margin: 10px 0px 0px 0px;
    height: auto;
    max-height: auto;
    padding: 0px 0px 0px 0px;
}

.sidebar-pad-lower {
    overflow: visible;
    width: 960px;
    margin: 0px auto;
    height: auto;
    max-height: auto;
}

/*
.sidebar-pad-lower .logos-wrapper{margin:0px 0px 0px 0px;padding:0px; height:auto;width: 960px;float:left;}
.sidebar-pad-lower .logos-wrapper li{margin:0px 0px 0px 0px;padding:0px; height:auto;width:auto;float:left;list-style:none;}
*/
.sidebar .jcarousel-skin-tango {
    position: relative;
    z-index: 2;
    width: 960px;
    max-width: 960px;
    height: auto;
    max-height: auto;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.sidebar .jcarousel-container, .sidebar .jcarousel-clip-horizontal {
    overflow: hidden;
    width: 960px;
    max-width: 960px;
    height: auto;
    max-height: auto;
    margin: 0px auto;
    padding: 0px;
}

.sidebar #mycarousel1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 99999px;
    max-width: 99999px;
    height: auto;
    max-height: 80px;
}

.sidebar #mycarousel1 li {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 168px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: block;
}

.sidebar #mycarousel1 li img {
    width: 168px;
}

.sidebar .jcarousel-container .jcarousel-prev {
    cursor: pointer;
    position: absolute;
    top: 24px;
    left: 20px;
    width: 18px;
    height: 17px;
    display: block;
    background: url(../images/brands-button-prev.png) no-repeat;
}

.sidebar .jcarousel-container .jcarousel-prev:hover {
    background-position: 0 -17px;
}

.sidebar .jcarousel-container .jcarousel-prev-disabled {
    width: 18px;
    height: 17px;
    background: url(../images/brands-button-prev.png) no-repeat 0 -17px;
}

.sidebar .jcarousel-container .jcarousel-next {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 10px;
    width: 18px;
    height: 17px;
    background: url(../images/brands-button-next.png) no-repeat;
}

.sidebar .jcarousel-container .jcarousel-next-disabled {
    width: 18px;
    height: 17px;
    background: url(../images/brands-button-next.png) no-repeat 0 -17px;
}

.sidebar .jcarousel-container .jcarousel-next:hover {
    background-position: 0 -17px;
}

.sidebar .jcarousel-container .jcarousel-skin-tango {
    height: auto;
    max-height: auto;
    width: 960px;
}

.sidebar .jcarousel-container .jcarousel-container-horizontal {
    width: 840px;
    max-width: 840px;
    height: auto;
    max-height: auto;
}

.sidebar .jcarousel-container .jcarousel-clip-horizontal {
    width: 840px;
    max-width: 840px;
    height: auto;
    max-height: auto;
    margin: 0px auto;
}

/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
.footer-wrapper {
    overflow: visible;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px;
    height: 75px;
    max-height: 75px;
    padding: 0px 0px 0px 0px;
}

.footer-pad {
    overflow: visible;
    width: 960px;
    margin: 0px auto;
    height: 75px;
    max-height: 75px;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normald;
    font-size: 12px;
    color: #646464;
}

/* copyright */
.footer .copyright {
    width: 550px;
    float: left;
    padding: 0 0 5px 0;
    margin: 20px 0px 0px 0px;
}

/* footer-menu */
.footer .footer-menu {
    width: 550px;
    float: left;
    padding: 0 0 10px 0;
}

.footer .footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer .footer-menu ul li {
    list-style: none;
    float: left;
    display: block;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #9a9a9a;
}

.footer .footer-menu ul li:first-child {
    padding-left: 0px;
    border-left: none;
}

.footer .footer-menu ul li a {
    color: #646464;
}

.footer .footer-menu ul li a:hover {
    color: #ac161c;
}

/* titan badge */
.titan-badge {
    width: 230px;
    height: 30px;
    float: right;
    padding: 0 0 10px 20px;
    margin: 20px 0px 0px 0px;
}

.titan-badge .titan-title {
    float: left;
    display: block;
    padding: 10px 5px 0 0;
}

.titan-badge a.titan-logo {
    float: right;
    display: block;
}

/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
.ngg-galleryoverview {
    width: 1000px;
    height: auto;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: auto;
    height: auto;
    margin: 0px 20px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
    border: 3px solid #d0d0d0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img:hover {
    border: 3px solid #ac161c;
}

/*------------------------------------------------------------------
	[ 8 Form ]
-------------------------------------------------------------------*/
/*forms*/
.gform_wrapper {
}

.gform_wrapper .gfield_required, .gform_wrapper .validation_message, .gform_wrapper .validation_error {
    color: #e83e44;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

.gform_wrapper .validation_error {
    width: 450px;
    color: #e83e44;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    padding: 0 0 15px 0;
}

.gform_wrapper .gform_edit_link {
    font-size: 80%;
    padding: 10px 0;
}

.gform_wrapper .gform_edit_link {
    font-size: 70%;
}

.gform_wrapper .gfield.gform_validation_container {
    visibility: hidden;
    position: absolute;
}

.gform_wrapper .gform_body input, .gform_wrapper .gform_body select, .gform_wrapper .gform_body textarea {
    padding: 2px 3px;
    width: 200px;
    margin-top: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 22px;
    background: #f3f3f3;
    border: 1px solid #cdcdcd;
}

.gform_wrapper .gform_body input:focus, .gform_wrapper .gform_body select:focus, .gform_wrapper .gform_body textarea:focus {
    border: 1px solid #fe0105;
    background: #edf1f3;
}

.gform_wrapper ul {
    margin: 0;
}

.gform_wrapper .gform_heading {
    padding: 10px 0 15px 0;
    font-weight: bold;
}

.gform_wrapper .gform_body li {
    padding: 0 0 10px 0;
    margin: 0;
    list-style: none;
}

.gform_wrapper .gform_body li.gfield.clear {
    clear: both;
}

.gform_wrapper .gform_body input {
    height: 22px;
}

.gform_wrapper .gform_body textarea {
    width: 446px;
    height: 190px;
}

.gform_wrapper .gform_footer input {
    padding: 5px 15px;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    background: none;
    border: none;
    color: #444;
    background: #f3f3f3;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.gform_wrapper .gform_footer input:hover {
    background: #fe0105;
    color: #fff;
    border-color: #880103;
}

/*contact us*/
.contact-wrapper {
    width: auto;
    height: auto;
    margin: 0px 0px 0px 0px !important;
    float: left;
    padding: 0px 0px 60px 0px;
}

.contact-wrapper li, .contact-wrapper ul {
    margin: 0;
    list-style: none;
}

.contact-wrapper label {
    display: block;
    margin: 3px 0 2px 0;
    font-size: 16px;
    color: #fe0105;
}

.contact-left {
    width: 438px;
    height: auto;
    margin: 23px 2px 0px 0px;
    float: right;
    padding: 0px 0px 10px 0px;
}

.contact-right {
    width: 450px;
    height: 390px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
    top: -7px;
}

.contact-right h4 {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #585858 !important;
}

.gfield_label {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #585858 !important;
}

.contact-right span {
    position: relative;
    top: -3px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal !important;
    font-size: 13px !important;
    color: #585858 !important;
}

#gforms_confirmation_message {
    font-family: Arial, Verdana, sans-serif;
    font-weight: regular;
    font-size: 16px;
    color: #ac161c !important;
    margin-top: 10px;
}

.contact-info li {
    list-style: none;
}

.contact-info {
    width: 430px !important;
    height: auto;
    margin-top: 0px;
    position: relative;
    top: 0px;
}

.contact-info li.right {
    display: block;
    height: auto;
    width: 220px;
    margin: 0px 0px 0px 0px;
    float: right;
}

.contact-info li.right ul.opening_hours {
    width: 220px;
    display: block;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.contact-info li.right ul.opening_hours li {
    width: 220px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal !important;
    font-size: 13px !important;
    color: #585858 !important;
    display: block;
    text-align: left;
    float: left;
    margin: 0px;
    padding: 0px;
}

.contact-info li.right ul.opening_hours li span.label {
    color: #444444 !important;
    width: 100px;
    display: inline-block;
}

.contact-info li.left span.email_color {
    color: #ac161c !important;
}

.contact-info li.left {
    width: 200px;
    margin: 0px;
    float: left;
}

.google-maps {
    width: 450px;
    height: 182px;
    margin-top: 20px;
    overflow: hidden;
    float: left;
    border: none;
}

.google-maps iframe {
    width: 450px;
}

#field_2_7 {
    margin-top: 8px;
    clear: both;
}

#field_2_1, #field_2_2, #field_2_7 {
    float: left;
}

#field_2_4, #field_2_3 {
    float: right;
    margin-right: 0px;
}

#field_2_4, #field_2_2 {
    margin-top: 10px;
}

#field_2_5 {
    float: left;
    margin-top: 10px;
}

#input_2_5 {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #585858 !important;
    padding: 4px 0px 0px 8px;
    height: 195px;
    background: #ffffff;
    border: 1px solid #a2a2a2
}

#input_2_1:focus, #input_2_2:focus, #input_2_3:focus, #input_2_4:focus {
    border: 1px solid #ac161c;
    background: #fff;
}

#input_2_5:focus {
    border: 1px solid #ac161c;
    background: #fff;
}

#input_2_1, #input_2_2, #input_2_3, #input_2_4, #input_2_7_input {
    margin: 3px 0px 0px 0px;
    padding: 0px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #585858 !important;
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
    background: #ffffff;
    border: 1px solid #a2a2a2;
}

#input_2_7_input {
    background: #fff url(../images/select-bg.png) no-repeat right center;
}

#input_2_7_container {
    width: 211px !important;
    background: #fff !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
}

#gform_submit_button_2 {
    border-radius: 0px;
    width: 62px;
    height: 31px;
    float: left;
    position: relative;
    top: 6px;
    left: 1px;
    background: url(../images/submit-contact.png) no-repeat;
    text-indent: -9999px;
    outline: none;
    color: transparent;
    text-transform: capitalize;
    border: none;
}

#gform_submit_button_2:hover {
    background-position: 0 -31px;
}

#field_2_1, #field_2_2 {
    float: left;
}

#field_2_4, #field_2_3 {
    float: right;
    margin-right: 0px;
}

#field_2_4, #field_2_2 {
    margin-top: 10px;
}

#field_2_5 {
    float: left;
    margin-top: 10px;
}

#input_2_5 {
    height: 195px;
}

#field_2_5 textarea {
    margin: 3px 0px 0px 0px;
    width: 450px;
    height: 191px !important;
}

.gform_edit_link, .gfield_required, .page-numbers, .ngg-navigation span.current {
    visibility: hidden;
    position: relative;
    top: -9999px;
}

.main-sub-page-contact .gravity_form span.location {
    margin-bottom: 15px;
    padding-bottom: 3px;
    display: block;
    border-bottom: 1px solid #b9b9b9;
    text-transform: uppercase !important;
    font-family: RobotoCondensed !important;
    font-weight: normal !important;
    font-size: 18px;
    color: #3a3a3a !important;
}

.gravity_form {
    margin-top: 17px;
    width: 460px;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.ui-accordion {
    width: 450px !important;
    border-radius: 0px !important;
    margin: 25px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    float: left !important;
}

.ui-accordion-content {
    width: 450px !important;
    border-radius: 0px !important;
    border: none !important;
    background: none !important;
}

.ui-accordion-header {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    width: 450px;
    height: 40px;
    display: block;
    background: url(../images/accordion-header-bg.png) repeat-x 0 0 !important;
    border: none !important;
    margin: 0px 0px 3px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.ui-accordion-header a {
    background: url(../images/accordion-arrow.png) no-repeat 425px center !important;
    outline: none !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    width: 450px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-indent: 15px;
    text-transform: uppercase !important;
    font-family: RobotoCondensed !important;
    font-weight: normal !important;
    font-size: 18px;
    color: #fbfbfb !important;
}

.ui-accordion .ui-state-active, .ui-accordion-header:hover {
    background: url(../images/accordion-header-bg-active.png) repeat-x 0 0 !important;
}

.ui-accordion .ui-state-active a, .ui-accordion-header:hover a {
    background: url(../images/accordion-arrow-up.png) no-repeat 425px center !important;
}

.ui-icon {
    display: none !important;
}

.ui-accordion-content {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

/*------------------------------------------------------------------
	[ 8 WP ECommerce ]
-------------------------------------------------------------------*/
.catlevel .wpsc_categories {
    width: 1000px;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.catlevel .wpsc_categories .wpsc_main_category_wrap {
    width: 220px;
    height: auto;
    padding: 0px;
    margin: 0px 26px 40px 0px;
    float: left;
    list-style: none;
}

.catlevel .wpsc_categories .wpsc_main_category_wrap .wpsc_category_grid_item {
    height: auto;
    width: 220px;
}

.catlevel .wpsc_categories .wpsc_main_category_wrap .wpsc_category_thumb {
    width: 214px;
    height: 170px;
    overflow: hidden;
    border: 3px solid #d0d0d0;
    margin: 17px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

.catlevel .wpsc_categories .wpsc_main_category_wrap .wpsc_category_thumb:hover {
    border: 3px solid #ac161c;
}

.catlevel .wpsc_categories .wpsc_main_category_wrap .wpsc_category_name {
    background: url(../images/list-style.png) no-repeat left 4px;
    text-indent: 20px;
    width: 214px;
    height: 20px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 18px;
    color: #ac161c;
}

.catlevel .wpsc_categories .wpsc_main_category_wrap .view-more {
    width: 102px;
    height: 31px;
    display: block;
    padding: 0px;
    margin: 13px 0px 0px 0px;
    float: left;
    background: url(../images/view-products.png) no-repeat;
}

.catlevel .wpsc_categories .wpsc_main_category_wrap .view-more:hover {
    background-position: 0 -31px;
}

.catlevel .wpsc_default_product_list {
    display: none !important;
}

.catlevel h2.hide {
    display: none !important;
}

.catlevel .inside-category .default_product_display {
    display: none !important;
}

.catlevel .inside-category {
    display: block !important;
    width: 1000px;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.catlevel .wpsc_categories .wpsc_main_category_wrap .wpsc_category_decription {
    display: none !important;
}

.prodlevel h2.hide, .catlevel .wpsc_paging {
    display: none;
}

.prodlevel .wpsc_default_product_list {
    display: block;
    width: 1000px;
    margin: 30px 0px 0px 0px;
    float: left;
    padding: 0px 0px 0px 0px;
}

.prodlevel .wpsc_default_product_list .default_product_display .post-edit-link {
    display: none;
}

.prodlevel .wpsc_default_product_list .default_product_display .product_form {
}

.prodlevel .wpsc_default_product_list .default_product_display .product_form .wpsc_product_price .save {
    display: none;
}

.prodlevel .wpsc_default_product_list .default_product_display .product_form .wpsc_buy_button {
    display: none;
}

.prodlevel .wpsc_default_product_list .default_product_display {
    background: #fff url(../images/product-bottom-bg.png) no-repeat center bottom;
    cursor: pointer;
    position: relative;
    width: 226px;
    height: 265px;
    padding: 0px;
    margin: 0px 18px 25px 0px;
    display: block;
    float: left;
    list-style: none;
}

.prodlevel .wpsc_default_product_list .default_product_display .wpsc_description {
    display: none;
}

.prodlevel .wpsc_default_product_list .default_product_display .imagecol {
    width: 226px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    display: block;
    float: none !important;
}

.prodlevel .wpsc_default_product_list .default_product_display .imagecol a {
    display: block;
    border: 1px solid #cecdcd;
    background: #e5e5e5;
    text-align: center;
    height: 150px;
    position: relative;
}

.prodlevel .wpsc_default_product_list .default_product_display .imagecol img {
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.prodlevel .wpsc_default_product_list .default_product_display:hover .imagecol img {
    filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;

    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.prodlevel .wpsc_default_product_list .default_product_display .wpsc_sale_item {
    position: absolute;
    z-index: 9999;
    right: -7px;
    top: 15px;
    width: 94px;
    height: 34px;
    display: block;
    background: url(../images/on-special.png) no-repeat;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol h2.prodtitle {
    display: block;
    overflow: hidden;
    width: 226px;
    height: 56px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: url(../images/product-title-bg.png) repeat-x 0 0;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol h2.prodtitle:hover {
    background-position: 0 -56px;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol h2.prodtitle .span {
    overflow: hidden;
    display: block;
    width: 206px;
    height: 34px;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px 0px 10px;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol h2.prodtitle .span a {
    overflow: hidden;
    width: 206px;
    height: 34px;
    display: table;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol h2.prodtitle .span a span {
    overflow: hidden;
    width: 206px;
    height: 34px;
    line-height: 17px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_our_price_label {
    display: none;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_product_price {
    width: 226px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_product_price .pricedisplay {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: inline;
    float: left;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_product_price .pricedisplay.save {
    display: none;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_product_price .pricedisplay .currentprice {
    padding: 0px;
    margin: 20px 0px 0px 7px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_product_price .pricedisplay.old {
    margin: 20px 0px 0px 5px;
    padding: 0px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #9b0b0f;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_product_price .more-info {
    text-indent: -9999px;
    width: 62px;
    height: 31px;
    display: block;
    padding: 0px;
    margin: 13px 3px 0px 0px;
    float: right;
    background: url(../images/more-info.png) no-repeat;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_product_price .more-info:hover {
    background-position: 0 -31px;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_product_price .noprice {
    padding: 0px;
    margin: 20px 0px 0px 16px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_product_price .noprice em {
    font-style: normal !important;
}

.prodlevel .wpsc_default_product_list .default_product_display .productcol .wpsc_quantity_update {
    display: none;
}

.single_product_display {
    width: 960px;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-left-side {
    width: 361px;
    height: auto;
    display: block;
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    float: left;
}

.single_product_display .single-product-left-side .imagecol {
    width: 361px;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-left-side .imagecol a.magnify {
    position: relative;
    width: 361px;
    height: 237px;
    display: block;
    margin: 0px 0 0 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-left-side .imagecol a.magnify .attachment-thumb {
    background: #e5e5e5;
    border: 1px solid #cecdcd;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 349px;
    height: 225px;
}

.single_product_display .single-product-left-side .imagecol a.magnify .project-thumbnail-zoom {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    background: url(../images/product-zoom.png) no-repeat;
    width: 43px;
    height: 12px;
    display: block;
}

.single_product_display .single-product-left-side .imagecol a.magnify .wpsc_sale_item {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: -10px;
    background: url(../images/single-special.png) no-repeat;
    width: 130px;
    height: 41px;
    display: block;
}

.single_product_display .single-product-left-side .imagecol .gallery-note {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #848484;
}

.single_product_display .single-product-left-side .wpsc_product_gallery {
    width: 370px;
    height: auto;
    display: block;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-left-side .wpsc_product_gallery li {
    list-style: none;
    width: auto;
    height: auto;
    background: none;
    margin: 8px 10px 2px 0px;
    padding: 0px;
    float: left;
}

.single_product_display .single-product-left-side .wpsc_product_gallery li.wpsc_gallery_images a .attachment-thumb {
    overflow: hidden;
    background: #e5e5e5;
    border: 1px solid #cecdcd;
    width: 54px;
    height: 35px;
    margin: 0px;
    padding: 4px;
    float: left;
}

.single_product_display .single-product-left-side .wpsc_product_gallery li.wpsc_gallery_images a .attachment-thumb:hover {
    border: 1px solid #8f8e8e;
}

.single_product_display .single-product-left-side .imagecol .fb-like {
    width: 370px;
    display: block;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side p, .single_product_display .single-product-right-side h2, .single_product_display .single-product-right-side h3, .single_product_display .single-product-right-side h4, .single_product_display .single-product-right-side ul {
    width: 100%;
}

.single_product_display .single-product-right-side {
    position: relative;
    border-top: 1px solid #c4c4c4;
    width: 550px;
    height: auto;
    display: block;
    margin: 15px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: right;
}

.single_product_display .single-product-right-side .productcol .product_description {
    display: none;
}

.single_product_display .single-product-right-side .single-addcart > .wpsc_current_price {
    display: none;
}

.single_product_display .single-product-right-side .single-addcart .product_description span {
    display: none;
}

.single_product_display .single-product-right-side .productcol .wpsc_product_price .wpsc_save_price {
    display: none;
}

.single_product_display .single-product-right-side .productcol .gst {
    display: none;
}

.single_product_display .single-product-right-side .single-addcart > .fb_iframe_widget {
    display: none;
}

.single_product_display .single-product-right-side .productcol .wpsc_product_price {
    width: auto;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .productcol .wpsc_product_price .pricedisplay {
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .productcol .wpsc_product_price .currentprice {
    padding: 0px;
    margin: 7px 0px 0px 0px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoBoldCondensed;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

.single_product_display .single-product-right-side .productcol .wpsc_product_price .wpsc_old_price {
    padding: 0px;
    margin: 7px 0px 0px 24px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #9b0b0f;
}

.single_product_display .single-product-right-side .productcol .wpsc_product_price .wpsc_save_price {
    display: none;
}

.single_product_display .single-product-right-side .single-addcart .product_form {
    width: auto;
    height: auto;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating {
    width: 100%;
    height: auto;
    display: none !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart .product_form .wpsc_quantity_update {
    display: inline;
    margin: 0px 25px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart .product_form .wpsc_buy_button_container {
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart .product_form .wpsc_quantity_update .wpsc_quantity_title {
    display: inline;
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #4c4b4b;
}

.single_product_display .single-product-right-side .single-addcart .product_form .wpsc_quantity_update input {
    text-align: center;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #797979;
    width: 45px;
    line-height: 30px !important;
    height: 30px;
    border: 1px solid #a2a2a2;
    display: inline;
    margin: 0px 0px 0px 12px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart .product_form .wpsc_buy_button_container input {
    cursor: pointer;
    border: none;
    text-indent: -9999px !important;
    background: url(../images/add-to-cart-btn.png) no-repeat;
    width: 147px;
    height: 41px;
    display: block;
    margin: -6px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.single_product_display .single-product-right-side .single-addcart .product_form .wpsc_buy_button_container input:hover {
    background-position: 0 -41px;
}

#fancy_notification_content {
    background: #de1f26;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    position: relative;
    z-index: 9999;
    margin: 0px 0px 0px -125px;
    padding: 10px;
    width: auto;
    height: 50px;
}

#fancy_notification_content span {
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

#fancy_notification_content a.go_to_checkout {
    position: absolute;
    left: 10px;
    margin: 10px 0px 0px 0px !important;
    padding: 0px !important;
    float: left !important;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

#fancy_notification_content a.continue_shopping {
    margin: 10px 0px 0px 0px !important;
    padding: 0px !important;
    position: absolute;
    right: 10px;
    float: right !important;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

#loading_animation {
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    color: #807f7f;
}

#loading_animation {
    margin-top: -80px;
    margin-left: 65px;
    position: absolute;
    left: 70px;
}

#fancy_notification_content a:hover {
    text-decoration: underline;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating {
    width: 100%;
    height: auto;
    display: block;
    margin: 26px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_average_vote {
    width: 142px;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_average_vote strong {
    font-family: RobotoBoldCondensed;
    font-weight: normal;
    font-size: 14px;
    color: #4c4b4b;
    width: 100%;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_average_vote .votetext {
    font-family: RobotoBoldCondensed;
    font-weight: normal;
    font-size: 12px;
    color: #585858;
    width: 142px;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_average_vote .votetext .goldstar {
    margin: 4px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_average_vote .votetext .vote_total {
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_user_vote {
    width: 142px;
    height: auto;
    display: block;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_user_vote strong {
    font-family: RobotoBoldCondensed;
    font-weight: normal;
    font-size: 14px;
    color: #4c4b4b;
    width: 100%;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_user_vote .wpsc_product_rating {
    font-family: RobotoBoldCondensed;
    font-weight: normal;
    font-size: 12px;
    color: #585858;
    width: 142px;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_user_vote .wpsc_product_rating .star {
    width: 17px;
    height: 17px;
    margin: 4px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
}

.single_product_display .single-product-right-side .single-addcart #wpsc_product_rating .product_user_vote .wpsc_product_rating .star a {
    width: 17px;
    height: 17px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: block;
}

.single_product_display .single-product-right-side .productcol .custom_meta {
    display: none;
}

.single_product_display .single-product-right-side .productcol .noprice em {
    padding: 0px;
    margin: 7px 0px 0px 0px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoBoldCondensed;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

.single_product_display .single-product-right-side .single-product-pdf-attachment-header {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 4px 0px;
    text-transform: capitalize;
    font-family: RobotoBoldCondensed;
    font-weight: normal;
    font-size: 14px;
    color: #4c4b4b;
}

.single_product_display .single-product-right-side .single-product-pdf-attachment-wrapper li {
    background: url(../images/pdf-icon.png) no-repeat left center;
    height: 39px;
    padding-left: 38px;
    margin-bottom: 12px;
    margin-top: 0px;
}

.single_product_display .single-product-right-side .single-product-pdf-attachment-wrapper li a {
    line-height: 56px;
    font-size: 13px;
    font-style: italic;
}

.single_product_display .single-product-right-side .single-product-pdf-attachment-wrapper {
    margin-top: 0px;
    width: 100%;
}

#TB_HideSelect, #TB_overlay, #TB_window {
    display: none !important;
}

.single_product_display .wpec-related-wrap {
    border-top: 1px solid #c4c4c4;
    width: 1000px;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 37px 0px 0px 0px;
    float: left;
}

.single_product_display .wpec-related-wrap h2 {
    width: 960px;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 18px;
    color: #545454;
}

.single_product_display .wpec-related-wrap .wpec-related-product {
    background: #fff url(../images/product-bottom-bg.png) no-repeat center bottom;
    cursor: pointer;
    position: relative;
    width: 226px;
    height: 265px;
    padding: 0px;
    margin: 0px 18px 25px 0px;
    display: block;
    float: left;
    list-style: none;
}

.single_product_display .wpec-related-wrap .wpec-related-product .wpec-related-image {
    width: 226px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}

.single_product_display .wpec-related-wrap .wpec-related-product .wpec-related-image .product_image {
    background: #e5e5e5;
    border: 1px solid #cecdcd;
    display: block;
    width: 214px;
    height: 138px;
    margin: 0px auto;
    padding: 5px;
}

.single_product_display .wpec-related-wrap .wpec-related-product:hover .wpec-related-image .product_image {
    filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;

    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.single_product_display .wpec-related-wrap .wpec-related-product h3.wpec-related-title {
    display: block;
    overflow: hidden;
    width: 226px;
    height: 56px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: url(../images/product-title-bg.png) repeat-x 0 0;
}

.single_product_display .wpec-related-wrap .wpec-related-product h3.wpec-related-title:hover {
    background-position: 0 -56px;
}

.single_product_display .wpec-related-wrap .wpec-related-product h3.wpec-related-title span {
    overflow: hidden;
    display: block;
    width: 206px;
    height: 34px;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px 0px 10px;
}

.single_product_display .wpec-related-wrap .wpec-related-product h3.wpec-related-title span a.title {
    overflow: hidden;
    width: 206px;
    height: 34px;
    display: table;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.single_product_display .wpec-related-wrap .wpec-related-product h3.wpec-related-title span a.title span {
    overflow: hidden;
    width: 206px;
    height: 34px;
    line-height: 17px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}

.single_product_display .wpec-related-wrap .product-info {
    width: 226px;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}

.single_product_display .wpec-related-wrap .product-info .pricedisplay {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: inline;
    float: left;
}

.single_product_display .wpec-related-wrap .product-info .pricedisplay.new {
    padding: 0px;
    margin: 20px 0px 0px 7px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.single_product_display .wpec-related-wrap .product-info .wpsc_old_price {
    margin: 20px 0px 0px 5px;
    padding: 0px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #9b0b0f;
}

.single_product_display .wpec-related-wrap .product-info .wpsc_read_more a {
    text-indent: -9999px;
    width: 62px;
    height: 31px;
    display: block;
    padding: 0px;
    margin: 13px 3px 0px 0px;
    float: right;
    background: url(../images/more-info.png) no-repeat;
}

.single_product_display .wpec-related-wrap .product-info .wpsc_read_more a:hover {
    background-position: 0 -31px;
}

.single_product_display .wpec-related-wrap .product-info .wpsc_buy_button {
    display: none;
}

.single_product_display .wpec-related-wrap .wpsc_sale_item {
    position: absolute;
    z-index: 9999;
    right: -7px;
    top: 15px;
    width: 94px;
    height: 34px;
    display: block;
    background: url(../images/on-special.png) no-repeat;
}

.single_product_display .wpec-related-wrap .product-info .noprice {
    padding: 0px;
    margin: 20px 0px 0px 16px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.single_product_display .wpec-related-wrap .product-info .noprice em {
    font-style: normal !important;
}

#checkout_page_container {
    width: 960px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 30px 0px !important;
}

#checkout_page_container .checkout_cart .header th {
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #9b0b0f;
    text-transform: capitalize;
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
}

#checkout_page_container h3 {
    width: 960px;
    display: block;
    margin: 15px 0px -5px 0px !important;
    padding: 0px;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 18px;
    color: #5E534A;
    text-transform: capitalize;
}

#checkout_page_container .checkout_cart {
    width: 960px;
    margin: 15px 0px 10px 0px !important;
    padding: 0px 0px 5px 0px;
    border: 1px solid #b6b6b6;
    float: left;
}

#checkout_page_container .checkout_cart .product_row td a {
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #5E534A;
}

#checkout_page_container .checkout_cart .product_row .wpsc_product_image img {
    border: 1px solid #b6b6b6;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    width: 35px;
    height: 35px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

#checkout_page_container .checkout_cart .product_row td.firstcol {
    padding: 0px 0px 0px 10px !important;
}

#checkout_page_container .checkout_cart .product_row .wpsc_product_image {
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
}

#checkout_page_container .checkout_cart tr.header th {
    padding-left: 10px !important;
}

#checkout_page_container .checkout_cart tr.product_row td {
    padding-left: 10px !important;
}

#checkout_page_container .checkout_cart tr.header {
    border-bottom: 1px solid #b6b6b6;
}

#checkout_page_container .checkout_cart tr.header th {
    border-right: 1px solid #b6b6b6;
}

#wpsc_checkout_gravatar {
    display: none;
}

#checkout_page_container .checkout_cart .product_row td span {
    color: #535353;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

#checkout_page_container .checkout_cart .product_row .wpsc_product_quantity .qty {
    margin-bottom: 10px;
}

#checkout_page_container .checkout_cart .product_row .wpsc_product_quantity .qty input {
    text-align: center;
    color: #5E534A;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

#checkout_page_container .checkout_cart .product_row .wpsc_product_remove input {
    text-align: center;
    color: #535353;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

#checkout_page_container .checkout_cart .product_row .wpsc_product_remove {
    margin-bottom: 10px;
    float: left;
    border: none;
}

#checkout_page_container .wpsc_email_address {
    display: block;
    margin: 15px 0px 0px 0px !important;
    padding: 0px;
    float: left;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #9b0b0f;
}

#checkout_page_container .wpsc_email_address input {
    margin: 2px 0px 0px 0px !important;
    padding: 0px 0px 0px 5px;
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

#checkout_page_container .wpsc_checkout_table {
    margin: 15px 0px 0px 0px !important;
    padding: 0px;
    float: left;
    width: 100%;
}

#checkout_page_container .wpsc_checkout_table .wpsc_billing_forms h4 {
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #9b0b0f;
}

#checkout_page_container .checkout_cart .product_row td a {
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

#checkout_page_container .wpsc_checkout_table tr td label {
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

#checkout_page_container .wpsc_checkout_table tr td.wpsc_totals {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    width: 0px;
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

#checkout_page_container .wpsc_checkout_table tr td input {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 5px;
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

#checkout_page_container .wpsc_checkout_table tr td textarea {
    margin: 0px 0px 0px 0px !important;
    padding: 2px 0px 0px 5px !important;
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

#checkout_page_container .wpsc_checkout_table tr td {
    vertical-align: top;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 15px 0px;
}

#checkout_page_container .wpsc_checkout_table tr td select {
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    margin: 0px 0px 0px 0px !important;
}

.wpsc_make_purchase {
    width: 960px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.wpsc_make_purchase input.make_purchase {
    text-align: center;
    color: #5E534A;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0px 0px 0px !important;
}

#checkout_total span.pricedisplay {
    margin-left: 20px;
}

span.oops {
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

.paypal-checkoutpage {
    margin-top: 30px !important;
}

.wrap {
    width: 675px;
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

#checkout_page_container .wpsc_email_address .validation-error, #checkout_page_container .wpsc_checkout_table .validation-error {
    color: #e83e44;
}

.wpsc_registration_form {
    border-top: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
    width: 340px;
    height: 230px;
    display: block;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    float: left;
}

.wpsc_signup_text {
    width: 340px;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    float: left;
    color: #5E534A;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 12px;
}

.wpsc_registration_form .button-primary {
    text-align: center;
    color: #5E534A;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.wpsc_right_registration {
    color: #5E534A;
    font-family: RobotoCondensed;
    font-size: 14px;
    font-weight: normal;
}

.wpsc_registration_form label {
    width: 90px;
    display: block;
    float: left;
    margin: 14px 0px 0px 0px;
    padding: 0px;
}

#shippingsameasbillingmessage {
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

#shippingSameBilling {
    position: relative;
    top: -3px;
}

.cart-nothing {
    color: #5E534A;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    top: 15px;
}

.wpsc_default_product_list-search {
    width: 1000px;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.wpsc_default_product_list-search .default_product_display-search {
    background: #fff url(../images/product-bottom-bg.png) no-repeat center bottom;
    cursor: pointer;
    position: relative;
    width: 226px;
    height: 265px;
    padding: 0px;
    margin: 0px 18px 25px 0px;
    display: block;
    float: left;
    list-style: none;
}

.wpsc_default_product_list-search .default_product_display-search .imagecol {
    width: 226px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}

.wpsc_default_product_list-search .default_product_display-search .imagecol img {
    background: #e5e5e5;
    border: 1px solid #cecdcd;
    display: block;
    width: 214px;
    height: 138px;
    margin: 0px auto;
    padding: 5px;
}

.wpsc_default_product_list-search .default_product_display-search:hover .imagecol img {
    filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;

    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.wpsc_default_product_list-search .default_product_display-search .productcol h2.sprodtitle {
    display: block;
    overflow: hidden;
    width: 226px;
    height: 56px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: url(../images/product-title-bg.png) repeat-x 0 0;
}

.wpsc_default_product_list-search .default_product_display-search .productcol h2.sprodtitle:hover {
    background-position: 0 -56px;
}

.wpsc_default_product_list-search .default_product_display-search .productcol h2.sprodtitle span {
    overflow: hidden;
    display: block;
    width: 206px;
    height: 34px;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px 0px 10px;
}

.wpsc_default_product_list-search .default_product_display-search .productcol h2.sprodtitle span a {
    overflow: hidden;
    width: 206px;
    height: 34px;
    display: table;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.wpsc_default_product_list-search .default_product_display-search .productcol h2.sprodtitle span a .span {
    overflow: hidden;
    width: 206px;
    height: 34px;
    line-height: 17px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price {
    width: 226px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price .pricedisplay {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: inline;
    float: left;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price .pricedisplay.save {
    display: none;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price .pricedisplay .currentprice {
    padding: 0px;
    margin: 20px 0px 0px 7px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price .wpsc_old_price {
    margin: 20px 0px 0px 5px;
    padding: 0px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #9b0b0f;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price .wpsc_read_more a {
    text-indent: -9999px;
    width: 62px;
    height: 31px;
    display: block;
    padding: 0px;
    margin: 13px 3px 0px 0px;
    float: right;
    background: url(../images/more-info.png) no-repeat;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price .wpsc_read_more a:hover {
    background-position: 0 -31px;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price .noprice {
    padding: 0px;
    margin: 20px 0px 0px 16px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price .noprice em {
    font-style: normal !important;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_buy_button {
    display: none !important;
}

.wpsc_default_product_list-search .default_product_display-search .wpsc_sale_item {
    position: absolute;
    z-index: 9999;
    right: -7px;
    top: 15px;
    width: 94px;
    height: 34px;
    display: block;
    background: url(../images/on-special.png) no-repeat;
}

.widget_wpsc_product_specials {
    width: 1000px;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.widget_wpsc_product_specials li {
    background: #fff url(../images/product-bottom-bg.png) no-repeat center bottom;
    cursor: pointer;
    position: relative;
    width: 226px;
    height: 265px;
    padding: 0px;
    margin: 0px 18px 25px 0px;
    display: block;
    float: left;
    list-style: none;
}

.widget_wpsc_product_specials li a.thumbnail {
    width: 226px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}

.widget_wpsc_product_specials li a.thumbnail img {
    background: #e5e5e5;
    border: 1px solid #cecdcd;
    display: block;
    width: 214px;
    height: 138px;
    margin: 0px auto;
    padding: 5px;
}

.widget_wpsc_product_specials li:hover a.thumbnail img {
    filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;

    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.widget_wpsc_product_specials li h2 {
    display: block;
    overflow: hidden;
    width: 226px;
    height: 56px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: url(../images/product-title-bg.png) repeat-x 0 0;
}

.widget_wpsc_product_specials li h2:hover {
    background-position: 0 -56px;
}

.widget_wpsc_product_specials li h2 span {
    overflow: hidden;
    display: block;
    width: 206px;
    height: 34px;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px 0px 10px;
}

.widget_wpsc_product_specials li h2 span a {
    overflow: hidden;
    width: 206px;
    height: 34px;
    display: table;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.widget_wpsc_product_specials li h2 span a span {
    overflow: hidden;
    width: 206px;
    height: 34px;
    line-height: 17px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}

.widget_wpsc_product_specials li .wpsc_product_price {
    width: 226px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}

.widget_wpsc_product_specials li .wpsc_product_price .special_product_price {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: inline;
    float: left;
}

.wpsc_default_product_list-search .default_product_display-search .productcol .wpsc_product_price .pricedisplay.save {
    display: none;
}

.widget_wpsc_product_specials li .wpsc_product_price .special_product_price {
    padding: 0px;
    margin: 20px 0px 0px 7px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.widget_wpsc_product_specials li .wpsc_product_price .wpsc_old_price_label {
    width: auto;
    height: auto;
    display: inline;
    float: left;
    margin: -2px 0px 0px 10px;
    padding: 0px;
    text-align: left;
    text-transform: capitalize;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 13px;
    color: #9b0b0f;
}

.widget_wpsc_product_specials li .wpsc_product_price .wpsc_read_more {
    text-indent: -9999px;
    width: 62px;
    height: 31px;
    display: block;
    padding: 0px;
    margin: -8px 3px 0px 0px;
    float: right;
    background: url(../images/more-info.png) no-repeat;
}

.widget_wpsc_product_specials li .wpsc_product_price .wpsc_read_more:hover {
    background-position: 0 -31px;
}

.widget_wpsc_product_specials li .wpsc_buy_button {
    display: none;
}

.widget_wpsc_product_specials li .wpsc_sale_item {
    position: absolute;
    z-index: 9999;
    right: -7px;
    top: 15px;
    width: 94px;
    height: 34px;
    display: block;
    background: url(../images/on-special.png) no-repeat;
}

.brands-lists img {
    /*width: 100%;*/
    width: auto;
    max-width: 100%;
    height: auto;
    /*min-width: 220px;*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.brands-lists .wpsc_main_category_wrap .wpsc_category_thumb .category-noimg {
    position: initial;
    display: inline-block;
}

.downloadables .wpsc_categories .wpsc_main_category_wrap a.view-more {
    background: url('../images/more-info.png') no-repeat;
}

.download-lists {

}

.download-lists ul {
    width: 100%;
}

.download-lists ul li {
    background: #EDEDED;
    width: 25%;
    padding: 10px 0;
    text-align: center;
    border: 5px solid #CCC;
    margin-right: 13px;
    margin-bottom: 10px;
}

.download-lists ul li:hover {
    border-color: #AC161C;
}

.download-lists ul li a {

}

.download-lists ul li a span {
    font-weight: bold;
    padding-bottom: 7px;
    display: inline-block;
}

.download-lists ul li a img {
    width: 100%;
}

.main-sub-page .second-column .video-thumbnail {
    background: url(../images/video-bg.png) no-repeat !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 307px;
    height: 125px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
}

.wpsc_main_category_wrap .wpsc_category_thumb .category_thumb_img {
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
}

.category-noimg, .wpsc_category_thumb {
    width: 214px;
    height: 170px;
    display: block;
    position: relative;
    background: #fff;
}

.category-noimg img, .wpsc_category_thumb img {
    position: absolute;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    left: 0;
    margin: auto;
}