/*------------------------------------------------------------------------
# "Hot Watches" - Joomla Template
# Copyright (C) 2013 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/* overwrite sparky's settings */

body {
	margin:0;
	padding:0;
}

h1 {
    padding:30px 0;
    margin:0;
    line-height:normal;
    text-transform: uppercase;
}

h2, h2 a {
    padding:30px 0 15px;
    margin:0;
    line-height:normal;
}

.mp_user1 h2, .mp_user4 h2, .mp_bottom2 h2 {
	text-transform: uppercase;
}

h3 {
    margin:30px 0 15px;
    padding:0;
}

h4 {
    margin:0;
    padding:0;
}

iframe {
	border: none;
}

/* overwrite joomla.css */

div.finder label, div.finder br {
	display:none;
}

.readmore {
	font-size: 13px;
	text-transform: uppercase;
}

/* forms */

fieldset {
	border:0;
	margin:0;
	padding:0;
}

legend {
	font-weight:bold;
	margin: 0;
	padding: 0;
}

.input {
	margin:0;
	padding:0;
}

.inputbox {
	background: #fff;
	border: 1px solid #999;
	padding: 3px;
}

.button {
	border: 1px solid #333;
	padding: 5px 10px;
	color:#000;
	background:#ccc;
}

form {
	margin:0;
	padding:0;
}

/* lists */

ul, ol {
	margin: 15px 45px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0 0 10px 0;
}

div.item-page ol li, div.item-page ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

ul.arrow li {
	list-style-image: url(../images/bullet_arrow_right.png);
}

ul.arrowleft li {
	list-style-image: url(../images/bullet_arrow_left.png);
}

ul.calendar li {
	list-style-image: url(../images/bullet_calendar.png);
}

ul.checklist li {
	list-style-image: url(../images/bullet_tick.png);
}

ul.delete li {
	list-style-image: url(../images/bullet_delete.png);
}

ul.email li {
	list-style-image: url(../images/bullet_email.png);
}

ul.file li {
	list-style-image: url(../images/bullet_file.png);
}

ul.folder li {
	list-style-image: url(../images/bullet_folder.png);
}

ul.heart li {
	list-style-image: url(../images/bullet_heart.png);
}

ul.information li {
	list-style-image: url(../images/bullet_information.png);
}

ul.lock li {
	list-style-image: url(../images/bullet_lock.png);
}

ul.pencil li {
	list-style-image: url(../images/bullet_pencil.png);
}

ul.person li {
	list-style-image: url(../images/bullet_person.png);
}

ul.rss li {
	list-style-image: url(../images/bullet_rss.png);
}

ul.shop li {
	list-style-image: url(../images/bullet_shop.png);
}

ul.song li {
	list-style-image: url(../images/bullet_song.png);
}

ul.star li {
	list-style-image: url(../images/bullet_star.png);
}

ul.star2 li {
	list-style-image: url(../images/bullet_star2.png);
}

ul.trash li {
	list-style-image: url(../images/bullet_trash.png);
}

ul.tweak li {
	list-style-image: url(../images/bullet_tweak.png);
}

ul.unlock li {
	list-style-image: url(../images/bullet_unlock.png);
}

ul.warn li {
	list-style-image: url(../images/bullet_warning.png);
}

/* typography */

.warning {
	padding:15px 15px 15px 60px;
	color:#000;
	border-top:4px solid #c10000;
	border-bottom:4px solid #c10000;
	background:#FFDE25 url(../images/warning.png) no-repeat center left;
}

.info {
	padding:15px 15px 15px 60px;
	color:#006699;
	border-top:4px solid #006699;
	border-bottom:4px solid #006699;
	background:#bde1ff url(../images/info.png) no-repeat center left;
}

.error {
	padding:15px 15px 15px 60px;
	color:#900;
	border-top:4px solid #900;
	border-bottom:4px solid #900;
	background:#f8b5b5 url(../images/error.png) no-repeat center left;
}

.typewriter {
	background: url(../images/typewriter_bg.png);
	padding:20px 15px 20px 30px;
	color:#000;
	font-family:"Courier New", Courier, monospace;
	line-height:20px;
	text-align:left;
}

blockquote {
	margin:0;
	padding:15px;
	font-style:italic;
	font-family: serif;
	line-height:normal;
}

.dropcap:first-letter {
	font-size: 300%;
	font-weight:bold;
	float:left;
	margin:0 10px 5px 0;
}

span.p_number {
	font-size: 400%;
	font-weight:bold;
	float:left;
	margin:0 10px 10px 0;
	position: relative;
	line-height: 40px;
}

.inset_left {
	display:block;
	float:left;
	width: 150px;
	font-style: italic;
	margin: 15px 15px 15px 0;
}

.inset_right {
	display:block;
	float:right;
	width: 150px;
	font-style: italic;
	margin: 15px 0 15px 15px;
}

.inset_title {
	font-weight:bold;
	display:block;
}

img.img_left {
	float:left;
	margin:0 30px 30px 0;
}

img.img_right {
	float:right;
	margin:0 0 30px 30px;
}

/* hot watches style */

.sparky_logo a {
	font-weight: 300 ;
}

img.cards {
	float: left;
	margin-right: 10px;
}

.mnu_topmenu ul {
	margin-top:10px;
}

.breadcrumbs {
	padding: 10px 0;
	color:#999;
}

.breadcrumbs a {
	color: #ccc;
}

.item-page {
	line-height: 18px;
}

dl.article-info dt.article-info-term {
	display: none;
}

.blog h1, .item-page h1, .category-list h1 {
	border-bottom: 7px solid #585858;
	padding: 30px 0 0 0;
}


.category-list h1 {
	margin: 0 0 30px 0;
}

.blog h2 {
	text-transform: none;
	font-size: 24px;
}

ul.mnu_topmenu > li > a:hover, ul.mnu_topmenu > li > span:hover,
ul.mnu_topmenu > li.active > a, ul.mnu_topmenu > li.active > span {
	text-decoration: underline;
}

/* virtuemart style */

.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
	padding: 0px;
}

.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .row .product .spacer h2, .product_intro h3 {
	font-size: 24px !important;
	font-weight: bold !important;
	margin:0 !important;
	padding: 0 !important;
}

h3 a {
	font-size: 24px !important;
	font-weight: bold !important;
	display: block;
	height: 111px;
	line-height: 111px;
	background: url(../images/custom/product_plus.png) no-repeat 35px;
	padding: 0 0 0 120px !important;
	color:#585858;
}

div.rotated_image {
	float: right;
}

.rotated_image img {
	width: 210px !important;
	max-width: 210px !important;
	transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	position: relative;
	top:-108px;
	left:-70px;
}

.normal_image {
	width:50%;
	float:right;
	max-height:280px;
	overflow:hidden;
	margin-top:10px;
	position: relative;
	top:-111px;
	text-align: right;
}

.normal_image img {
	position: relative;
	top:-175px;
	display: none;
}

.product_intro {
	border-top:1px solid #bebebe;
	max-height:111px;
	overflow:hidden;
	cursor: pointer;
}

.featured-view .row:last-child .product, .last_product {
	border-bottom: 1px solid #bebebe;
}

.product_details_box {
	display: none;
}

.product_details_box2 {
	width:50%;
	float:left;
	text-align:left;
}

.product_details_box3 {
	padding:10px 10px 10px 120px;
}

.product_details_box4 {
	padding:20px 0;
}

span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
	background: none;
	border:none;
}

.general-bg, input.custom-attribute, input.quantity-input, .manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default, input.quantity-input:hover {
	background: none;
	border:none;
}

span.custom-variant-inputbox input.custom-attribute:hover,span.quantity-box input.quantity-input:hover,input.vm-default:hover,span.quantity-box input.quantity-input:hover,.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover,table.user-details input:hover,a.ask-a-question:hover,a.details:hover,div.details:hover,a.product-details:hover,button.default:hover {
	background:none;
}

input.quantity-input, span.quantity-box input.quantity-input:hover {
	color: #fff;
}

.addtocart-bar, p.readmore {
	background: #4f4f51; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNGY1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OTY4NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4f4f51 0%, #69686b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f51), color-stop(100%,#69686b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4f4f51 0%,#69686b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4f4f51 0%,#69686b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4f4f51 0%,#69686b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4f4f51 0%,#69686b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f51', endColorstr='#69686b',GradientType=0 ); /* IE6-8 */
	padding: 3px !important;
	margin: 10px 0 !important;
	width: 220px !important;
	border-radius: 3px;
}

.addtocart-bar:hover, p.readmore:hover {
	background: #69686b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5Njg2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #69686b 0%, #4f4f51 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69686b), color-stop(100%,#4f4f51)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #69686b 0%,#4f4f51 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #69686b 0%,#4f4f51 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #69686b 0%,#4f4f51 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #69686b 0%,#4f4f51 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69686b', endColorstr='#4f4f51',GradientType=0 ); /* IE6-8 */
}

p.readmore {
	padding: 10px !important;
	width: auto !important;
	display: inline-block;
}

p.readmore a {
	color: #fff;
}

span.addtocart-button input {
	text-transform: uppercase;
	font-weight: 300;
}

span.PricesalesPrice {
	font-size: 18px !important;
	font-weight: 700;
}

p.product_s_desc {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

.popup .content {
	padding: 30px !important;
}

.popup .content div div {
	padding: 30px 0;
}

.productdetails-view h1 {
	font-size: 40px;
	margin: 0 0 30px 0;
	padding: 15px 0 0 0;
}

.productdetails-view .spacer-buy-area {
	padding:0;
}

.customer-reviews h4 {
	border-bottom: none;
	font-size: 24px;
	font-weight: bold;
}

div.product-price {
	margin: 10px 0;
}

.productdetails-view .product-description {
	margin: 15px 0 45px;
	line-height: 18px;
}

a.ask-a-question {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 8px;
	padding: 0;
}

div.main-image {
	float:right;
}

div.additional-images {
	float: right;
	margin: 0;
}

.list-reviews .normal blockquote, .list-reviews .highlight blockquote {
	font-size: 16px !important;
	line-height: 16px;
}

.productdetails-view .product-price {
	float: left;
}

div.ask-a-question {
	text-transform: uppercase;
	float: right;
	margin: 0;
	width: 200px;
	text-align: right;
	position: relative;
	top: -60px;
}

a.ask-a-question {
	font-size: 18px;
	color:#ccc;
}

.list-reviews .normal {
	border: none;
	padding: 10px 0;
}

.list-reviews span.date {
	border: none;
	top:0;
	right:0;
}

.vmCartModule {
	padding:0 10px 0 47px;
	text-align: right;
}

.vmCartModule div.total, .vmCartModule div.total_products {
	float: right !important;
	padding:0 15px;
}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
	background: #4f4f51;
	border:none;
	border-radius:3px;
}

div.show_cart a {
	background: #4f4f51;
	color:#fff;
	padding:0 5px;
	border-radius: 3px;
}

.orderby-displaynumber {
	border: none;
}

.browse-view h1 {
	font-size: 40px;
	margin: 0 0 30px 0;
	padding: 15px 0 0 0;
}

h3.intro_heading {
	float:left;
}

.moduletable ul.vmproduct {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.moduletable ul.vmproduct a {
	display: block;
	max-height: 226px;
	overflow: hidden;
	margin-bottom:10px;
}

.moduletable ul.vmproduct img {
	max-width: 226px;
	position: relative;
	top: -60px;
}

div.moduletable .product-price {
	margin: 0;
	padding: 0;
}

div.moduletable .product-price .PricesalesPrice span.PricesalesPrice {
	font-size: 14px !important;
	position: relative;
	top:-10px;
}
