/* Global Reset */
* {
	margin: 0;
	padding: 0;
}


/* General */
body {
 	background: url('http://www.integratorimarket.it/templates/Bargains/images/website_bg.jpg') fixed center top;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	height: 100%;
	color: #3a3a3a;
}
p {
	line-height: 150%;
	margin-bottom: 15px;
	color: #333;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #79BE49;
}
h2, .TitleHeading {
	font-size: 2.2em;
	margin: 6px 0 6px 0;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 6px;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}
img, img a {
	border: 0;
}
ul, ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
}
li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	list-style: none;
}
blockquote {
	margin-left: 28px;
}
select {
	padding: 3px;
}
select option {
	padding: 0 10px;
}
hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border:0;
}


/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}
.HorizontalFormContainer dt img {
	vertical-align: middle;
	float: left;
}

.HorizontalFormContainer dt .fieldLabel {
	float:left;
	padding-top: 4px;
	padding-left: 4px;
}

.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	clear: left;
	line-height: 45px;
}
.HorizontalFormContainer dd.ProductField {
	height: 20px;
}

.HorizontalFormContainer dd {
	margin-left: 170px;
	min-height: 45px;
}
.NarrowFormContainer dt {
	width: 110px;
}
.NarrowFormContainer dd {
	margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
	margin-left: 170px;
}
.NarrowFormContainer p.Submit {
	margin-left: 120px;
}
.VerticalFormContainer dt {
	margin-bottom: 6px;
}
.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}


/* Page Container */
#Container, .wrp {
	width: 980px;
	margin: 0 auto 100px auto;
}


/* Top Navigational Menu */
#TopMenu {
	clear: both;
	height: 35px;
	padding: 0px 0px 0px 295px;
	margin: 0px;
 	background: #fff url('http://www.integratorimarket.it/templates/Bargains/images/bg-menu.jpg') 0 0 repeat-x;
}
#TopMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#TopMenu li {
	list-style: none;
	float: left;
	margin: 0px 18px 0px 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
}
#TopMenu li a, #TopMenu li div {
	display: inline-block;
	color: #AEB6B9;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
#TopMenu li a:hover {
	color: #333;
	text-decoration: underline;
}
#TopMenu li a {
    color: #79BE49;
	text-decoration: underline;
}
#TopMenu li div {
	color: #fff;
}
#TopMenu li div a {
	padding: 0px 10px;
}

/* Pages Menu */
#Menu {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 295px;
	height: 40px;
 	background: #fff url('../images/bg-header.jpg') 0 0 repeat-x;
}
#Menu ul {
	margin: 0;
	padding: 0;
}
#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0px 40px 0px 0px;
	padding: 0px;
}
#Menu li a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px;
	height: 40px;
	color: #fff;
	line-height: 40px;
}
#Menu li a:hover, #Menu li.ActivePage a {
	text-decoration: none !important;
	color: #79BE49;
}
#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 40px;
	left: -10px;
	display: none;
	text-align: left;
	font-size: 0.9em;
 	background: #fff url('../images/bg-header.jpg') 0 0 repeat;
	z-index: 999;
}
#Menu li ul li {
	clear: both;
	color: white;
	text-align: left;
	background: transparent;
}
#Menu li ul li a {
	padding: 6px 12px 6px 12px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
	height: auto;
	line-height: 25px;
}
#Menu li ul li a:hover {
	text-decoration: none;
}
#Menu li:hover a, #Menu li.over a{
	text-decoration: underline;
}
#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}
#Menu li:hover ul, #Menu li.over ul {
	display: block;
}
/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
}
#Wrapper {
	clear: both;
	margin: 0px;
	overflow: hidden;
	padding: 20px 20px 0px 20px;
	background-color: #fff;
}


/* Header */
#Header {
	width: 100%;
	height: 130px;
	position: relative;
 	background: #fff url('../images/bg-header.jpg') 0 0 repeat-x;
}


/* Logo */
#Logo {
	width: 260px;
	height: 246px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 999;
	background-size: 240px auto;
	background: url(../images/logo2.png) no-repeat;
}
#Logo img {
	margin:20px;
}
#Logo h1, #Logo h2 {
	display: block;
	position: absolute;
	width: 220px;
	height: 195px;
	text-indent: -9999px;
	padding: 0px;
}
#Logo a, #Logo .tagline {
	display: block;
	text-indent: -9999px;
}
#Logo a {
	height: 100%;
}

/* Phone */
.phone {
	display: block;
	width: 240px;
	height: 75px;
	padding-left: 75px;
	position: absolute;
	top: 32px;
	left: 310px;
	background: url(http://www.integratorimarket.it/templates/Bargains/images/red/sprite.png) -30px -345px no-repeat;
}
.phone span {
	font-weight: bold;
	color: #fff;
}
.phone h3 {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	margin: 8px 0px 0px 0px;
	text-transform: uppercase;
}
.phone h4 {
	color: #79BE49;
	font-size: 23px;
	font-weight: 900;
	text-transform: uppercase;
}
#tagline {
	width: 295px;
	height: 75px;
	position: absolute;
	top: 10px;
	left: 297px;
}
#tagline p {
	color: #fff;
	height: 63px;
	margin-top: 5px;
	overflow: hidden;
}
/* Top Search Form */
#SearchForm .utils {
	position: absolute;
	top: -25px;
	right: 0px;
}
#SearchForm .utils li {
	float: left;
    margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
#SearchForm .utils li:first-child {
	border-left: 0px;
}
#SearchForm {
	float: right;
	padding: 0;
	margin: 38px 10px 0 0;
	display: inline;
	position: relative;
}
#SearchForm form {
	width: 310px;
	height: 30px;
	padding: 5px;
	background-color: #fff;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* universal */
}
#SearchForm label {
	display: none;
}
#SearchForm input.Textbox {
	width: 260px;
	height: 26px;
	font-size: 17px;
	font-weight: 500;
	padding: 2px;
	border: 0px;
}
#SearchForm .Button {
	width: 30px;
	height: 40px;
	border: 0px;
	padding: 0;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	text-indent: -9999px;
	vertical-align: top;
	background: url(http://www.integratorimarket.it/templates/Bargains/images/red/sprite.png) -17px -428px no-repeat;
}
#SearchForm p {
	margin: 3px 0 0 0;
	font-size: 0.85em;
}
#SearchForm a {
	text-decoration: none;
}
#SearchForm a:hover {
	text-decoration: underline;
}


/* Left Content Area */
.Left {
	float: left;
	width: 220px;
	margin-right: 10px;
}
.Left Block {
}
.Left .BlockContent {
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0px 15px 0px;
}
.Left h2 {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	font-style: italic;
	line-height: 49px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-transform: uppercase;
	border-top-left-radius:4px; 
	border-top-right-radius:4px;
}
.Left ul {
	margin: 0;
	padding: 0;
}
.Left li {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.Left li a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

.Left li a:hover {
	color: #79BE49;
}

/* SideBanner */
.sidebanner {
	width: 180px;
	height: 400px;
	padding: 10px 21px 10px 19px;
	background: transparent url(http://www.integratorimarket.it/templates/Bargains/images/side_banner.jpg) 0px 0px no-repeat;
}

.sidebanner li {
	height: 104px;
	padding: 20px 0px 0px 93px;
}

.sidebanner li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	/* Good browsers */
	opacity: 0.8;

	cursor: pointer;
}

.sidebanner li h4 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.sidebanner li small {
	color: #fff;
}

.AllBrandsLink {
	padding: 10px 0 10px 20px;
}

.AllBrandsLink a {
	font-weight: bold;
}

/* SideCategoryList */

#SideCategoryList {
	margin-bottom: 20px;
}

#SideCategoryList h2, #SideProductRecentlyViewed h2, #SideAccountMenu h2, #SideNewsletterBox h2 {
	background: #79BE49 url(http://www.integratorimarket.it/templates/Bargains/images/red/sprite.png) 134px -264px no-repeat;
}

#SideAccountMenu h2, #SideNewsletterBox h2 {
	background-image: none;
}

#SideCategoryList .BlockContent a, #SideShopByBrand .BlockContent a {
	color: #333;
	text-decoration: none;
}

#SideCategoryList .BlockContent > ul > li, #SideShopByBrand .BlockContent > ul > li, #SideAccountMenu .BlockContent > ul > li {
	overflow: hidden;
}

#SideCategoryList .BlockContent > ul > li > a, #SideShopByBrand .BlockContent > ul > li > a, #SideAccountMenu .BlockContent > ul > li > a {
	display: block;
	position: relative;
	line-height: 22px;
	font-size: 13px;
	color: #000;
	border-bottom: 1px solid #efefef;
	padding: 0px 0px 0px 15px;
}

#SideCategoryList .BlockContent > ul > li > a:before, #SideShopByBrand .BlockContent > ul > li > a:before, #SideAccountMenu .BlockContent > ul > li > a:before {
	content: "\00bb";
	margin-right: 5px;
}

#SideCategoryList .BlockContent > ul > li > small, #SideShopByBrand .BlockContent > ul > li > small, #SideAccountMenu .BlockContent > ul > li > small {
	display: none;
}

#SideCategoryList .BlockContent > ul > li > a.sel, #SideShopByBrand .BlockContent > ul > li > a.sel
#SideCategoryList .BlockContent > ul > li > a:hover, #SideShopByBrand .BlockContent > ul > li > a:hover
#SideCategoryList .BlockContent > ul > li > a.active, #SideShopByBrand .BlockContent > ul > li > a.active
#SideCategoryList .BlockContent > ul > li > a:hover:after,#SideShopByBrand .BlockContent > ul > li > a:hover:after
#SideCategoryList .BlockContent > ul > li > a.active:after, #SideShopByBrand .BlockContent > ul > li > a:active:after {
	font-weight: 600;
	background-color: #79BE49;
}

#SideCategoryList li ul, #SideShopByBrand li ul  {
	position: relative;
	padding: 5px 0 5px 30px;
	border-bottom: 1px solid #EEEEEE;
}

#SideCategoryList .BlockContent li ul li, #SideShopByBrand .BlockContent li ul li {
	line-height: 22px;
	font-size: 12px;
	color: #9A9A9A;
	font-style: italic;
	padding: 0px;
}

#SideCategoryList .BlockContent li ul li a, #SideShopByBrand .BlockContent li ul li a {
	display: block;
	border-bottom: 1px solid #EFEFEF;
	font-style: normal;
	font-size: 13px;
	color: #333;
}

#SideCategoryList .BlockContent li ul li a:before, #SideShopByBrand .BlockContent li ul li a:before {
	content: "\00bb";
	margin-right: 5px;
}

#SideCategoryList .BlockContent li ul li:last-child a, #SideShopByBrand .BlockContent li ul li:last-child a {
	border-bottom: 0px;
}

#SideCategoryList .BlockContent li ul li:hover a, #SideCategoryList .BlockContent li ul li:hover small, #SideCategoryList .BlockContent li ul li a.sel {
	color: #000;
	font-weight: bold;
}
#SideCategoryList .BlockContent li ul li small, #SideShopByBrand .BlockContent li ul li small {
	font-size: 12px;
	float: right;
	color: #79BE49;
}

#SideCategoryList li ul li a:hover, #SideShopByBrand li ul li a:hover {
	color: #333;
	font-weight: 600;	
}

/* SideShopByBrand */

#SideShopByBrand h2, #SideCategoryListOptions h2 {
	background: #79BE49 url(http://www.integratorimarket.it/templates/Bargains/images/red/sprite.png) 134px -302px no-repeat;
}

/* SideLoginBox - SideCategoryListOptions */

#SideCategoryListOptions .BlockContent {
	padding: 20px 15px;
}

#SideCategoryListOptions select {
	width: 100%;
	margin-bottom: 10px;
}

#SideLoginBox .BlockContent {
	padding: 20px 15px;
	display: none;
}

#SideLoginBox h2 {
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* universal */
	background: #79BE49 url(http://www.integratorimarket.it/templates/Bargains/images/red/sprite.png) 134px -226px no-repeat;
}

#SideLoginBox h2 a {
	display: block;
	text-decoration: none;
}

/* SideNewsletterBox */

#SideNewsletterBox form {
	padding: 0px 5px;
}
#SideNewsletterBox .Textbox {
	width: 95%;
}
#SideNewsletterBox input[type="submit"] {
	color: #333;
}

/* Primary Content Area */
.Content {
	float: left;
	width: 618px;
	min-height: 500px;
	margin: 0;
	padding: 0 0 10px 0;
}
.Content .Block {
	clear: both;
}
.Block {
	margin-bottom: 10px;
	overflow: hidden;
}
.Content h2, .TitleHeading {
	color: #000;
	font-size: 20px;
	font-weight: 900;
	line-height: 35px;
	font-style: italic;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	border-bottom: 2px solid #79BE49;
}
.Content h2.green {
	color: #000;
	border-bottom: 2px solid #333;
}
.Content h2.gray {
	color: #666666;
}
.Content a:hover {
	text-decoration: underline;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
	width: 700px;
	padding-left: 10px;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 940px;
}

/* Page Footer */
#Footer {
	color: #fff;
	clear: both;
	height: 150px;
	width: 980px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
 	background: url('../images/bg-header.jpg') repeat;
}


#Footer .acc, #Footer .pay {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 700;
	height: 60px;
	line-height: 45px;
	margin: 0 24px 0 19px;
	text-transform: uppercase;
}
#Footer .pay {
	margin: 13px 0 0;
}
#Footer .copy {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 13px 0px 30px 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    clear: both;
}
#Footer .copy a {
	color: #79BE49;
}

/* Product Listings */
.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Content .ProductList li {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 184px !important;
	height: 330px !important;
	padding: 0px 20px 20px 20px;
	margin: 10px 10px 0px 0px;
	border: 1px solid #EFEFEF;
}
.Content .ProductList li.not_in_stock .ProductImage {
	opacity: 0.50;
}
.Content .ProductList li:nth-child(3n+3) {
	margin-right: 0px !important;
}
.Content .ProductList li:hover {
	border: 1px solid #ccc;
}
.Content .ProductList li:hover .ProductDetails a {
	color: #000;
	font-weight: 600;
}
.Content .ProductList .ProductImage {
	width: 120px !important;
	height: 150px !important;
	text-align: center;
	padding: 15px 15px 5px 15px;
	margin: 0 0 5px 0;
}

.ProductList .ProductImage img {
	max-height:1700px;
	max-width:170px;
}

.Content .ProductList .ProductSave {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	color: #fff;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #79BE49 transparent transparent;
}
.Content .ProductList .ProductSave.New {
	border-color: transparent #333333 transparent transparent;
}
.Content .ProductList .ProductSave .percent {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    writing-mode: lr-tb;

	display: block;
	font-size: 12px;
	font-weight: 600;
	width: 50px;
	height: 50px;
	padding: 10px 4px;
}
.Content .ProductList .ProductDetails {
	padding: 10px 0px 0px 0px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.Content .ProductList li .available {
    color: #008000;
    display: block;
    margin-top: 4px;
}
.Content .ProductList li.not_in_stock .available {
	color: #ff0000;
}
.Content .ProductList .ProductDetails a {
	font-size: 16px;
	display: block;
	color: #000;
}
.Content .ProductList .ProductDetails a:hover {
	text-decoration: none;
}
.Content .ProductList .ProductPriceRating .RetailPriceValue {
	color: #333;
	margin-right: 5px;
	font-size: 14px;
	display: inline-block;
	text-decoration: line-through;
}
.Content .ProductList .ProductPriceRating {
	color: #333;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
.Content .ProductList .ProductPriceRating .SalePrice b {
	color: #000;
}
.ProductList p {
	margin: 10px 0px 0px 0px;
	color: #666666;
	font-size: 13px;
	height: 40px;
	overflow: hidden;
}
.ProductList a {
	text-decoration: none;
}
.ProductList strong, .ProductList strong a {
}
.ProductPrice, .ProductList em {
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #79BE49;
}
.ProductDetailsGrid .ProductPrice {
	font-weight: normal;
}
.ProductPrice b {
	color: #333;
	font-size: 19px;
}
.ProductPrice strike {
    color: #333333;
    font-size: 60%;
}
.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}
.Left .ProductList li, .Right .ProductList li {
	clear: both;
	list-style: none;
	margin: 0px 0px 10px 0px;
}

/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Breadcrumb {
	font-size: 0.9em;
	padding-bottom: 4px;
}
.Breadcrumb li {
	padding-left: 6px;
	display: inline;
}
.Breadcrumb li a {
	padding-right: 10px;
	background: url('http://www.integratorimarket.it/templates/Bargains/images/BreadcrumbSep.gif') no-repeat right;
}
.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.FindByCategory li {
	padding-left: 12px;
	background: url('http://www.integratorimarket.it/templates/Bargains/images/BreadcrumbSep.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}


/* Miscellaneous Definitions */

.Meta {
	font-size: 0.93em;
}
.Left .FeedLink, .Right .FeedLink {
	float: left;
	margin: 2px 5px 0 0;
}
.Content .FeedLink {
	float: left;
	margin: 8px 10px 0 0;
}
.FloatRight {
	float: right;
}
.FloatLeft {
	float: left;
}
.ClearRight {
	clear: right;
}
.ClearLeft {
	clear: left;
}
.SortBox {
	font-size: 0.95em;
}
.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}
.Clear {
	clear: both;
}
.Field45 {
	width: 45px;
}
.Field100 {
	width: 100px;
}
.Field150 {
	width: 150px;
}
.Field200 {
	width: 200px;
}
.Field250 {
	width: 250px;
}
.Field300 {
	width: 300px;
}
.Field350 {
	width: 350px;
}
.Field400 {
	width: 400px;
}
.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 20px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
	font-weight: bold;
	visibility: visible;
}
.InfoMessage {
	background: #eee url('http://www.integratorimarket.it/templates/Bargains/images/InfoMessage.gif') no-repeat 5px 8px;
	padding: 0px 0px 0px 28px;
	margin: 0px;
}
.SuccessMessage {
	background: #eee url('http://www.integratorimarket.it/templates/Bargains/images/SuccessMessage.gif') no-repeat 5px 8px;
	padding: 0px 0px 0px 28px;
	margin: 0px;
}
.ErrorMessage {
	background: #eee url('http://www.integratorimarket.it/templates/Bargains/images/ErrorMessage.gif') no-repeat 5px 8px;
	padding: 5px 0px 10px 28px;
    line-height: 20px;
	margin: 0px;
}

/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
	float: left;
	width: 320px;
	padding-right: 20px;
}
.AccountLogin {
	float: left;
	padding-left: 20px;
	width: 335px;
}
ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.cnt {
	float: left;
	width: 400px;
	margin-right: 22px;
}


#nutritional {
    margin-bottom: 20px;
    overflow: hidden;
}

.nf {
	float: left;
	width: 350px;
}

.nf h2 {
	color: #000;
	font-size: 17px;
	line-height: 20px;
	padding: 0px 0px 15px 0px;
	margin: 2px 0px 15px 0px;
	border-bottom: 3px solid #79BE49;
}

#more {
	float: right;
	width: 340px;
	margin-top: 11px;
}

#more > div {
	font-size: 13px;
	margin-bottom: 10px;
}

.PrimaryProductDetails {
	border: 1px solid #EFEFEF;
	background: #F6F6F6;
}

.PrimaryProductDetails .BlockContent {
	position: relative;
	overflow: hidden;
}

.PrimaryProductDetails h1 {
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 10px;
	color: #000;
}

.PrimaryProductDetails .ProductThumb {
	float: left;
	width: 355px;
	min-height: 315px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage {
	display: table-cell;
    width: 355px;
	height: 300px;
	line-height: 320px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#likethis {
	margin: 10px 0px;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage img {
	max-height: 280px;
}
.ProductDetailsGrid {
	margin-top: 10px;
}
.PrimaryProductDetails .ProductMain {
	float: left;
	width: 310px;
	min-height: 310px;
	position: relative;
	padding: 5px 10px 0px 22px;
}
.PrimaryProductDetails dl {
	font-size: 0.90em;
}
.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}
.PrimaryProductDetails dd {
	margin-left: 90px;
}


.Right hr {
	margin: 5px 0 0;
}

.Content h3 {
	margin-bottom: 5px;
}
.SideRecentlyViewed .ProductList {
	margin-top: 10px;
}
.SideRecentlyViewed .ProductList li {
	margin-bottom: 30px;
}
.SideRecentlyViewed .ProductList .ProductImage {
	float: left;
	margin-right: 10px;
	width: 65px;
	text-align: center;
}
#SideProductRecentlyViewed .ProductList .ProductImage img {
	max-width: 65px;
	max-height: 65px;
}
.SideRecentlyViewed .ProductList .ProductDetails p {
	margin: 0px;
}

/* General Tables */
table.General,
table.CartContents, table.General {
	width: 100%;
	margin: 10px 0;
}
table.CartContents .ProductPrice {
	font-size: 17px;
}
table.General thead tr th,
table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}
table.General tbody td,
table.CartContents tbody td {
	padding: 6px 10px;
	font-size: 16px;
	vertical-align: middle;
	border-top: 1px solid #d1d1d1;
}
table.General tbody tr.First td {
	border-top: 0;
}


/* Cart Contents Table */
.CartContents tbody td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-weight: bold;
}
.CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
}
.CartContents tfoot .SubTotal td {
    border-top: 1px solid #EEEEEE;
    color: #3A3A3A;
}
.CartContents tfoot .SubTotal td {
    font-weight: bold;
    text-align: right;
}
.ProceedToCheckout {
	text-align: right;
}
.Content .ProceedToCheckout {
	width: 200px;
	float: right;
}
.ProceedToCheckout a {
	padding-top: 5px;
}

.ProductOptionList {
	margin-top: 10px;
	margin-bottom: 10px;
}


.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
}
.MiniCart .CartProductOptionList {
	display: block;
}
.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
}


.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.CategoryPagination {
	padding: 5px;
	text-align: center;
}
.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}


/* Quick Search */
.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; z-index: 9999; }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; }
.QuickSearchResultName { font-weight: bold; text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; }
.DownloadExpiresToday { }

.CheckoutRedeemCoupon { padding: 10px; width: 300px; margin-bottom: 10px; }
.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}


.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}
.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.ProductDetailsGrid dt {
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}
.ProductDetailsGrid dd {
	margin-left: 145px;
	margin-bottom: 6px;
}


.SubCategoryList {
	padding: 4px;
}
.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}
.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('http://www.integratorimarket.it/templates/Bargains/images/SubCategory.gif') no-repeat 3px 1px;
}
.SearchTips .Examples {
	padding: 8px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.PrimaryProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}
.ProductReviewList {
	clear: both;
}
.SortBox select {
	font-size: 0.9em;
}
 .SortBox option {
}

.YourAccount li {
	margin-bottom: 8px;
}

.SoldOut {
}

.RemoveFromWishlistForm {
	margin: 5px;
}

.ShippingProviderList {
	list-style: none;
}

small {
	font-size: 11px;
}

.HowToPay {
	margin-bottom: 10px;
}

.ProductList em, .ProductList .Rating {
	display: block;
}

.ProductOptionList {
	display: block;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
}

.KeepShopping {
	width: 180px;
	clear: both;
	text-align: right;
}

/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
}

#TopMenu li.Flag div {
	border: 0;
}

#TopMenu li.Flag img {
	margin: 3px;
}

#TopMenu li.Flag img.Last {
	margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
	margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
	margin: 0;
	padding: 0;
}

.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.CurrencyList a {
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}
.CurrencyList a.Sel {
}
.CurrencyList a:hover .Text {
	text-decoration: underline;
}
.CurrencyList a .Flag {
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}
.CurrencyList a .Text {
	display: block;
	padding-left: 24px;
}

.PrimaryProductDetails .YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}

.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}

.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}

.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}

.EstimatedShippingMethods {
	text-align: left;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
	margin-left: 20px;
	margin-bottom: 10px;
}

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

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

.SharePublicWishList {
	padding:5px;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
}
.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}
.ExpressCheckoutBlock {
	padding-top: 6px;
}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 3px 0px 0px 20px;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}
a.ChangeLink {
	position: absolute;
	right: 15px;
}
.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}
.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}


.LoadingIndicator {
	margin-left: 10px;
}
.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}


#TopMenu li.HeaderLiveChat {
}

#TopMenu li.HeaderLiveChat div {
	border-left: 0;
}
.HeaderLiveChat img {
	vertical-align: middle;
}
#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
}
.SubCategoryListGrid {
	margin-top: 20px;
}
.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin-left: 0;
}
.SubCategoryListGrid li {
	float: left;
	width: 225px;
	height: 180px;
	overflow: hidden;
	margin: 0px 10px 20px 0px;
	position: relative;
}
.SubCategoryListGrid li:nth-child(3n+3) {
	margin-right: 0px !important;
}
.SubCategoryListGrid li h2 {
	display: block;
	position: absolute;
	top: 83px;
	left: 0px;
	background-color: #79BE49;
	color: #fff;
	border: 0px;
	width: 225px;
	font-size: 14px;
	line-height: 20px;
	text-indent: 10px;
}
.SubCategoryListGrid li figure {
	display: block;
	width: 225px;
	height: 103px;
	overflow: hidden;
}
.SubCategoryListGrid li p {
	font-size: 12px;
	line-height: 120%;
	margin: 5px 0px 0px 0px;
}
.SubCategoryListGrid li p a {
	text-decoration: none;
}
.SubCategoryListGrid ol {
	clear: both;
}
.SubBrandListGrid {
	padding: 4px;
}
.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}
.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}
.SubBrandListGrid ol {
	clear: both;
}

.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox{
	width:181px;
}
.ProductAddToCart textarea, #CartEditProductFieldsForm textarea{
	width:183px;
	height: 50px;
}
.ProductFields dd {
	margin-bottom: 4px;
	float:left;
	margin-left:20px;
}
.ProductFields {
	margin-bottom: 15px;
}
.ProductFields input.Textbox {
	width:100%;
}

.ProductFields TextArea {
	width:100%;
}

.CartContents .CartProductFieldsLink {
	font-size: 11px;
	margin-top: 6px;
	padding-left: 22px;
	background: url('http://www.integratorimarket.it/templates/Bargains/images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
}
.CartContents .CartProductFieldsRow {
	border-top: 0;
}
.CartContents .CartProductFieldsRow dl {
	margin-top:15px;
}
p.QuantityInput, p.AddCartButton {
	text-align: center;
}
.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}
.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}
.ProductActionAdd {
	display: block;
	margin-top: 5px;
}
.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}

.TagList {
	margin-top: 20px;
}

.CartThumb {
	text-align: center;
	width: 1px;
}

.WrappingOptions {
	font-size: 11px;
	margin-top: 6px;
	padding-left: 22px;
	background: url('http://www.integratorimarket.it/templates/Bargains/images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}

.ViewAllLink a {
	padding-top: 10px;
	display: block;
}

.SelectGiftWrapMultiple {
	max-height: 400px;
}

/* Tabbed Navigation */
#ProductTabs {
	margin-bottom: 10px;
	border-bottom: 3px solid #79BE49;
}

.TabNav, .TabNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.TabNav {
	padding: 0px;
	margin-bottom: 15px;
	overflow: hidden;
}

.TabNav li {
	float: left;
	display: inline-block;
}

.TabNav li a {
	color: #79BE49;
	font-size: 17px;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 25px;
	margin-right: 30px;
}

.TabNav li a:hover {
	color: #000;
	text-decoration: none;
}

.TabNav li.Active a {
	color: #000;
}

#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}

.TransitTime {
	font-weight: normal;
}
.Content .ProductList.List li {
	margin: 0;
	margin-top: 6px;
	display: block;
	width: auto !important;
	float: none;
	padding: 6px;
	min-height: 0;
	height: 132px;
	background-image: none;
}

#SearchResultsProduct .ProductList li {
	height: 130px !important;
	padding-top: 20px !important;
}

#SearchResultsProduct .ProductList li .ProductPrice {
	font-size: 15px;
}

.Content .ProductList.List .ProductImage {
	margin: 0 !important;
	padding: 0px;
	margin-right: 15px;
	float: left;
	background-image: none;
	width: 120px !important;
	height: 120px !important;
}

.Content .ProductList.List .ProductImage img{
	max-height: 120px;
	max-width: 120px;
}

.Content .ProductList.List .ProductDetails {
	height: auto;
	display: block;
	clear: none;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	margin-left: 135px;
	text-align: left;
	background-image: none;
}

.Content .ProductList.List .ProductQty {
	margin-left: 10px;
}

.Content .ProductList.List .ProductDescription {
	font-style: italic;
	margin-top: 5px;
}

.Content .ProductList .ProductRightCol {
	float: right;
}

.Content .ProductList.List li .ProductCompareButton {
	text-align: left;
	margin-top: 10px;
}


.OrderItemMessage {
	padding:7px;
	margin:10px 0px 10px 0px;
}


#ProductDescription p {
	color: #333333;
	font-size: 15px;
}

/* Custom Fields - Start */

.LittleNotePassword {
	font-size: 0.85em;
	padding:2px 0px 2px 0px;
}

.RequiredClear {
	visibility: hidden;
}

/* Custom Fields - End */


/* Product Details */
.ProductAddToCart {
	height: 72px;
}

.ProductDetailsGrid .DetailRow {
	clear: left;
	padding-left: 0px;
}

.ProductDetailsGrid .Retail {
	margin: 15px 0px 0px 0px;
	font-size: 19px;
	color: #B2B8B8;
}

.ProductDetailsGrid .Label {
	margin: 0px 10px 0px 0px;
	float: left;
	display: inline;
	position: relative;
	color: #666;
	line-height: 25px;
	width: 55px;
}

.ProductMain .Label, .ProductMain .Value {
	display: inline-block;
}

.ProductMain .Label .Required {
	position: absolute;
	left: -1em;
}

.ProductOptionList ul, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ProductOptionList li {
	margin-bottom: 3px;
}

.ProductOptionList input {
	vertical-align: middle;
}


.OutOfStockMessage {
    color: #C50000;
    font-weight: bold;
}

#available {
	font-weight: bold;
}
#available.in_stock {
	color: green;
}
#available.notin_stock {
	color: red;
}


/* Product Videos */

#FeaturedVideo, #VideoList, #VideoSingle  {
	float: left;
}

#VideoList {
	padding-left: 5px;
}

.VideoSeparator {
	clear: both;
}

.videoRow {
	clear: both;
	margin-bottom: 4px;
	display: block;
	height: 75px;
}

.previewImageContainer {
	height: 30px;
	width: 50px;
}

.videoRow img {
	float: left;
	padding-right: 5px;
}

.videoRowTitle {
	font-weight: bold;
}

.videoRowDescription {
	max-height: 50px;
	overflow:hidden;
}

.VideoOverlay {
	background-image: url('http://www.integratorimarket.it/templates/Bargains/images/VideoOverlay.png');
	background-position: center center;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
}

.VideoContentContainer {
	position: relative;
	margin-left: 3px;
	padding-left: 92px;
}

/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
	width: 92px;
	height: 69px;
}

.videoRowLength {
	padding-left: 4px;
}

.videoRow, .videoRowTitle, .videoRow img, .videoRowLength {
	cursor: pointer;
}

#VideoList ul {
	position: relative;
	overflow-y: auto;
	padding:0;
	margin: 0;
	width: 275px;
	height: 265px;
}

#VideoSingle {
	padding-left: 10px;
	width:275px;
}

#VideoContainer {
	padding: 5px 0 5px 5px;
	height: 265px;
}

.HideElement {
	display: none;
}



.VideoSingleTitle {
	font-weight: bold;
}

.VideoSingleDescription {
	padding-top: 10px;
	overflow-y: auto;
	height: 220px;
	padding-right:5px;
}

.Left #VideoMiddleContainer, .Right #VideoMiddleContainer {
	display: none;
}

.Content #VideoSideContainer {
	display: none;
}

#VideoSideContainer ul {
	text-align: center;
}

#VideoSideContainer ul li {
	margin-bottom: 5px;
}

.VideoSideDescription {
	padding: 2px 10px;
}

.VideoImageContainer {
	position: relative;
	float: left;
}

/** Search All Form Result - Start **/
.SearchPaging {
	float: right;
	font-size: 0.95em;
}

.SearchSorting {
	float: right;
	font-size: 0.95em;
	margin: 8px 0px;
}

.SearchSorting select {
	font-size: 0.95em;
}

#SearchResultsCategoryAndBrand {
	margin: 5px;
	padding: 5px;
}

.ContentList em, .QuickSearchResultMeta em {
	font-size: 0.8em;
}



/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
	display: none;
	text-align: center;
	background: #FCF5AA;
	width: 180px;
	z-index: 10000000000;
	padding: 5px 10px;
}

#AjaxLoading img {
	vertical-align: bottom;
	margin-right: 5px;
}

/** AJAX loading box - End **/



/* FORMS */

::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
	color: #333;
	opacity: 1;  
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: #333;
	opacity: 1;
}

input {
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* universal */
}

.Textbox {
	color: #333;
	font-size: 18px;
	background-color: #F6F6F6;
	border: 1px solid #EEEEEE;
	min-width: 180px;
	height: 28px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

input[type=submit] {
	color: #fff;
	font-weight: 900;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 15px;
	min-widht: 110px;
	border: none;
	cursor: pointer;
	background-color: #5C9336;
}

.BulkDiscount {
	position: relative;
	display: inline-block;
	float: right;
}

.AddCartButton {
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.hide { display: none; }

.Alert {
	position: absolute;
	bottom: 5px;
	left: 20px;
}

#alert {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.AddCartButton input {
	padding: 0px 15px 0px 40px;
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}

.AddCartButton:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 30px;
	background: transparent url(http://www.integratorimarket.it/templates/Bargains/images/red/sprite.png) -18px -1118px no-repeat;
}

#desc {
	display:none;
}

/* NUTRITIONAL FACTS */
.nutritionFacts {
    font-family: Arial,Helvetica,sans-serif;
    color: #333333;
    font-size: 12px;
	float: left;
}
.nutritionFacts .nutritionTable {
	padding: 8px;
	margin: 2px;
    border: 1px solid #000000;
}
.nutritionFacts .tit {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -2px;
	padding-bottom: 4px;
	white-space: nowrap;
	display: none;
}
.nutritionFacts small {
	font-size: 86%;
}
.nutritionFacts .bold {
	font-weight: bold;
}
.nutritionFacts .indent {
	margin-left: 10px !important;
}
.nutritionFacts .row {
	overflow: hidden;
	padding: 3px 0px;
	border-bottom: 1px solid #333333;
}
.nutritionFacts .big {
	font-weight: bold;
	font-size: 15px !important;
}
.nutritionFacts .right {
	text-align: right;
}
.nutritionFacts .uppercase {
	text-transform: uppercase;
}
.nutritionFacts .noborder {
	border-bottom: none;
}
.nutritionFacts .bar1 {
	border-bottom: 5px solid #333333;
}
.nutritionFacts .bar2 {
	border-bottom: 10px solid #333333;
}
.nutritionFacts .col {
	display: inline-block;
	font-size: 12px;
	float: left;
}
.nutritionFacts .col_1 {
	width: 50%;
	text-align: left;
}
.nutritionFacts .col_1.no_col2, .nutritionFacts .col_1.no_col3 {
	width: 75%;
}
.nutritionFacts .col_1.no_col2.no_col3 {
	width: 100%;
}
.nutritionFacts .col_2, .nutritionFacts .col_3 {
	width: 25%;
	text-align: right;
}
.nutritionFacts .moreinfo, .nutritionFacts .warnings, .nutritionFacts .other {
	display: none;
	font-size: 10px;
	padding: 10px 10px 0px 10px;
}
.nutritionFacts .note {
	color: #777777;
	font-size: 11px;
	margin-top: 5px;
}
.nutritionFacts .other {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}

/*********** NIVO SLIDER ************************************************/

.nivoSlider {
    height: 300px;
    position: relative;
	margin-bottom: 20px;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-directionNav a {
    background: url("http://www.integratorimarket.it/templates/Bargains/images/red/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 115px;
    width: 30px;
    z-index: 9;
}
.nivo-prevNav {
    left: 15px;
}
.nivo-nextNav {
    background-position: -30px 0 !important;
    right: 16px;
}
.nivo-controlNav {
	position: absolute;
	right: 15px;
	top: 20px;
}
.nivo-controlNav a {
    cursor: pointer;
    display: block;
    height: 16px;
	float: left;
    margin-right: 10px;
    position: relative;
    text-indent: -9999px;
    width: 16px;
    z-index: 9;
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #79BE49;
}

/******** CAROUSEL ***********************************/

.jcarousel-skin-tango .jcarousel-container {
	margin-top: 30px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 960px;
    padding: 0px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  960px;
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 190px;
    height: 700px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 20px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/********* BOTTOM BRAND ********************************/
#SideShopByBrandFull {
	margin: 0px;
	padding: 20px 0px;
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

#SideShopByBrandFull ul {
	list-style: none;
	margin: 0px;	
}

#SideShopByBrandFull li {
	float: left;
	display: block;
    margin: 0px 14px 0px 0px;
}

#SideShopByBrandFull li a {
	display: block;
	line-height: 75px;
	text-indent: -9999px;
    width: 190px;
	background: url("../images/sprite_logos.png") no-repeat;
}

#SideShopByBrandFull li.allmax a {	width: 150px; background-position: -50px -30px; }
#SideShopByBrandFull li.isatori a {	width: 170px; background-position: -220px -30px; }
#SideShopByBrandFull li.muscletech a {	width: 170px; background-position: -410px -30px; }
#SideShopByBrandFull li.universal a {	width: 135px; background-position: -600px -30px; }
#SideShopByBrandFull li.pvl a {	width: 105px; background-position: -760px -30px; }
#SideShopByBrandFull li.bpi a {	width: 105px; background-position: -25px -110px; }
#SideShopByBrandFull li.bsn a {	width: 95px; background-position: -170px -110px; }
#SideShopByBrandFull li.dymatize a {	width: 145px; background-position: -290px -110px; }
#SideShopByBrandFull li.scitech a {	width: 145px; background-position: -455px -110px; }
#SideShopByBrandFull li.optimum a {	width: 120px; background-position: -605px -110px; }
#SideShopByBrandFull li.musclepharm a {	width: 105px; background-position: -755px -110px; }
#SideShopByBrandFull li.ultimate a {	width: 145px; background-position: -38px -200px; }
#SideShopByBrandFull li.gaspari a {	width: 140px; background-position: -215px -200px; }

#SideShopByBrandFull li.gaspari { margin-right: 0px; }

/* MARCHE */

.filter_letters td {
    border-right: 1px solid #6b9541;
    text-align: center;
}
.filter_letters td:last-child {
	border-right: 0px;
}
.filter_letters td a {
    background-color: #79BE49;
    color: #FFFFFF;
    display: block;
    line-height: 10px;
    padding: 10px 5px;
	text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.view-all-header td {
    background-color: #F6F6F6;
    border-bottom: 1px solid #DDDDDD;
    color: #000000;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.view-all-header td a {
    color: #6b9541;
}
.view-all td {
    padding-bottom: 0;
}
.view-all td.right {
	text-align: right;
}
.view-all tbody td div {
    float: left;
    padding: 10px 0 25px;
    width: 24%;
}
.view-all tbody td div.first {
    padding-left: 10px;
}
.view-all tbody td div a {
    color: #4F4F4F;
    font-size: 14px;
	text-decoration: none;
}
.view-all tbody td div a:hover {
    color: #6b9541;
    font-weight: 700;
	text-decoration: underline;
}

/**** NOTICE ***/

.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 330px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;
}

.notice-item {
	height: auto;
	background: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px 6px 0 6px;
	font-family: "Lucida Grande";
	font-size: 11px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

/* CUSTOM CLASS */
.notice-item.info{
    opacity: .8;
    -moz-box-shadow: 2px 2px 3px #888;
    -webkit-box-shadow: 2px 2px 3px #888;
    box-shadow: 2px 2px 3px #888;
}
.notice-item.info{
    padding-left:50px;
    background: #333 url(http://www.integratorimarket.it/templates/Bargains/images/info.png) no-repeat 16px 18px;
}
.notice-item.info .notice-item-close{
    width:38px;
    height:38px;
    text-indent: -1000em;
    background: url(http://www.integratorimarket.it/templates/Bargains/images/close.png);
    top:-8px;
    margin-right:-28px;
}
.notice-item.info p{
    padding:0 10px;
	font-size: 15px;
	color: #FFF;
}