/**
 # ot_boutiquebox - 	OT Boutiquebox  Template for Joomla 2.5!
 # author 			OmegaTheme.com
 # copyright 		Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
 # @license 		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website: 		http://omegatheme.com
 # Technical 		support: Forum - http://omegatheme.com/forum/
 **/
 /**------------------------------------------------------------------------
 * file: aqua.css 2.5.0 00001, November 2011 12:00:00Z OmegaTheme $
 * package:	OT Boutiquebox Template
 *------------------------------------------------------------------------*/
 
 
*{
	margin:0;
	padding:0;
}
body#ot-body{
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #4A93CE;
}
div.ot-logo a.logo {
    background: url("../../images/blue/logo.png") no-repeat scroll 0 0 transparent;
}
/* Search Box */
form.form-otcustom-searchmod .otsearch-mod input.button-submit,
form.default-search div.searchbox button.search-magnifier {
    background: url("../../images/blue/search-button-bg.png") no-repeat scroll 0 0 transparent;
}
/* Main Menu */
div.ot-mainmenu {
    background: url("../../images/blue/mainmenu-bg.png") no-repeat scroll 0 0 transparent;
}
#ot-mainmenu ul.menu li.active,
#ot-mainmenu ul.menu li.sfhover {
    background: url("../../images/blue/mainmenu-active-bg.png") no-repeat scroll 0 bottom transparent;
}
#ot-mainmenu ul.menu li.parent ul{
	
}
#ot-mainmenu li .menu_mid,
#ot-mainmenu ul.menu li.parent ul,
#ot-mainmenu ul.menu li.parent ul li{
	background: #4a93ce;
}
/* Subscribe */
div.ot-topbox-3 div.module-subscribe {
    background: url("../../images/blue/subscribe-bg.png") no-repeat scroll right bottom transparent;
}
div.ot-topbox-3 div.module-subscribe form.custom-subscribe input.button {
    background: url("../../images/blue/subscribe-input-submit-bg.png") no-repeat scroll 0 0 transparent;
}
/* Left Column */
.ot-rightcolumn .custom-bg .otmodule-ext, 
.ot-rightcolumn .module-connect .otmodule-ext, 
.ot-rightcolumn .module-login .otmodule-ext, 
.ot-leftcolumn .custom-bg .otmodule-ext, 
.ot-leftcolumn .module-connect .otmodule-ext, 
.ot-leftcolumn .module-login .otmodule-ext{
	background-color: #f4f5f6;
}
.ot-rightcolumn .module-login h3,
.ot-leftcolumn .module-login h3 {
    background: url("../../images/blue/login-leftcol-h3-bg.png") no-repeat scroll 0 0 transparent;
}
.ot-rightcolumn form#form-login div.log-out input.button,
.ot-rightcolumn form#form-login fieldset.input input.button,
.ot-leftcolumn form#form-login div.log-out input.button,
.ot-leftcolumn form#form-login fieldset.input input.button {
    background: url("../../images/blue/login-button.png") no-repeat scroll 0 0 transparent;
}

/* TOP CONTENT _ BOTTOM CONTENT */
div.joomla h1.title, div.joomla h1.pagetitle,
div.ot-top-content h3, div.ot-bottom-content h3{
	background-color: #f4f5f6;
}
/* Virtuemart */
.product-price-addtocart {
    bottom: 0;
    float: left;
    position: relative;
    width: 100%;
}
.product-round-top,
.product-round-bottom{
	float: left;
	width: 100%;
}
.product-round-topleft, 
.product-round-topright {
    overflow: hidden;
}
.product-round-topleft {
	background: url("../../images/blue/addtocart-top-left-bg.png") no-repeat scroll 0 0 transparent;
	padding-left: 5px;
}
.product-round-topright {
	background: url("../../images/blue/addtocart-top-right-bg.png") no-repeat scroll 100% 0 transparent;
	padding-right: 7px;
}
.product-round-topmid {
    background: none repeat scroll 0 0 #f4f5f6;
    overflow: hidden;
}

.product-round-bottomleft{
	background: url("../../images/blue/addtocart-bottom-left-bg.png") no-repeat scroll 0 0 transparent;
	padding-left: 96px;
}
.product-round-bottomright{
	background: url("../../images/blue/addtocart-bottom-right-bg.png") no-repeat scroll 100% 0 transparent;
}
.product-round-bottomleft, .product-round-bottomright {
    bottom: 0;
    height: 13px;
}
.product-price {
    float: right;
    font-weight: bold;
    padding-right: 3px;
    padding-top: 8px;
    margin: 0 0 21px;
    position: relative;
    text-align: right;
    width: 100%;
}
form.addtocart_form div.product-quantity{
	margin-top: 1px;
}
span.addtocart-button input.addtocart-button:hover, 
span.addtocart-button input.notify-button:hover,
span.addtocart-button input.addtocart-button, 
span.addtocart-button input.notify-button{
	background: url("../../images/blue/addtocart-button-bg.png") no-repeat scroll 0 0 transparent;
	height: 26px;
}
div.ot-custom-products-page .product-addtocart a{
    background: url("../../images/blue/addtocart-button-bg.png") no-repeat scroll 0 0 transparent;
}
div.hot-product{
	background: url("../../images/blue/hot-product.png") no-repeat;
}
/* Bottom Boxes */
div.ot-bottomboxes {
    background: none repeat scroll 0 0 #f4f5f6;
}
div.ot-topclick a#ot-goto-top {
    background: url("../../images/blue/top-button-click.png") no-repeat scroll 0 0 transparent;
}
/* Footer */
div.ot-footer {
    background: #4a93ce;
    color: #FFF;
}
div.ot-footer a{
	color: #FFF;
}

