/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 420px) {

#main.side-left > #side-left {
	display:none;
	 
}
#main.side-left > #content {
	width: 100% !important;;
}
#main.side-right > #side-right {
	display:none;
}
#main.side-right.side-left > #content {
	display:none;
}
#main.side-right > #content {
	width: 100%;
}
#content .sd-container .panel .product-image {
	display: inline-block;
	width: 90% !important;
	height: 300px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
	float: left;
	top:0 !important;
}
}


/** LAYOUT **/
#main > div {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0;
}

/** LEFT SIDEBAR **/
#main.side-left > #side-left {
	width: 21%;
	 
}
#main.side-left > #content {
	width: 78%;
	width: calc(79% - 1px);
	min-width:50px;
}

/** RIGHT SIDEBAR **/
#main.side-right > #side-right {
	width: 21%;
}
#main.side-right > #content {
	width: 78%;
	width: calc(79% - 1px);
}

/** BOTH SIDEBAR **/
#main.side-right.side-left > #content {
	width: 50%;
}


body {	
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	/* background: url('img/background.jpg') top center no-repeat fixed;*/ 
	background: url('img/newbackground.png') top center no-repeat fixed;
	font-size: 13px;
}
body * { /* overrides ebays font settings */
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}
body div,
body a {
	font-size: 13px;
}
body img {
	max-width: 100%;
}
.red {
	color: #e50000;
}

/** MAIN STYLES */
#page {
	max-width: 970px;
	margin: 0 auto;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	background: #fff;
}

/** CONTAINER STYLES **/
.sd-container{
	margin: 10px 8px;
}
.sd-container .sd-title {
	background: #01569e;
	background: linear-gradient(to bottom, #287fbe 0%,#01569e 50%);
	color: #fff;
	padding: 0 5px;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #73baed;
	border-bottom: 1px solid #0086bc;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
	font-weight: 600;
}
.sd-container .sd-title a,
.sd-container .sd-title span,
.sd-container .sd-title strong {
	display: inline-block;
	padding: 6px 8px;
}
.sd-container .sd-title a:hover {
	background: #73baed;
	background: linear-gradient(to bottom, #73baed 0%,#5fa6d9 50%);
	cursor: pointer;
}
.sd-container .sd-content {
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.sd-container .sd-content {
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

/** BUTTON STYLES **/
.button {
	display: inline-block;
	padding: 5px 10px;
	background: #01569e;
	background: linear-gradient(to bottom, #287fbe 0%,#01569e 50%);
	background-position: 50% 50%;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin-right: 10px;
	text-decoration: none;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
	position: relative;
}
.button:hover {
	background: #0086bc;
	background: linear-gradient(to bottom, #0086bc 0%,#287fbe 50%);
}
.button.subscribe {
	padding-left: 32px;
}
.button.subscribe:before {
	content: '';
	display: inline-block;
	min-height: 20px;
    min-width: 16px;
    position: absolute;
	left: 8px;
	background: url('img/mail.png') 50% 50% no-repeat;
}
.button.buy-item {
	background: #ea0000;
	background: linear-gradient(to bottom, #f00 0%, #c30000 50%);
	padding-left: 32px;
}
.button.buy-item:hover {
	background: #ff0000;
	/*background: linear-gradient(to bottom, #ff3b3b 0%, #ea0000 50%);*/
	background: linear-gradient(to bottom, #ff3b3b 0%, #ea0000 50%);
}
.button.buy-item:before {
	content: '';
	display: inline-block;
	min-height: 20px;
    min-width: 16px;
    position: absolute;
	left: 8px;
	background: url('img/bag.png') 50% 50% no-repeat;
}





/** SIDE LEFT STYLES  **/
#side-left {
	background: linear-gradient(to right, #fff 98%,#eee 100%);
}
#side-left .sd-container{
	background: linear-gradient(to bottom, #eee 1%,#fff 99%);
}
#side-left .sd-container .sd-title {
	text-transform: uppercase;
}
#side-left .sd-container .sd-title span {
	padding: 4px 8px;
}
#side-left .sd-container ul {
	padding: 0;
	margin: 6px 0 6px -2px;
}
#side-left .sd-container ul li {
	list-style: none;
}
#side-left .sd-container ul li a {
	display: inline-block;
	padding: 2px 5px;
	cursor: pointer;
	white-space: pre-wrap;
	text-decoration: none;
}
#side-left .sd-container ul li a:before {
	content: '>';
	display: inline-block;
	padding: 0 6px 0 0;
	font-weight: bold;
}

#side-left .sd-container ul li a,
#side-left .sd-container ul li a:visited {
	color: #000;
}
#side-left .sd-container ul li a:hover {
	color: #0086bc;
}
#side-left .search-box {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#side-left img {
	margin: 15px 0 5px;
}
#side-left .search-box input {
	border: 1px solid #ddd;
	background: linear-gradient(to bottom, #eee 1%,#fff 99%);
	border-radius: 5px;
	margin: 15px auto 8px;
	display: inline-block;
	width: 90%;
	padding: 8px;
}
#side-left .search-box input:focus {
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2);
}


/** CONTENT STYLES **/
#content {
	border-left: 1px solid #ddd;
	min-height: 1000px;
}
#content .sd-container{
	margin-left: 10px;
	background: linear-gradient(to right, #eee 0%,#fff 1%,#fff 99%,#eee 100%);
}
#content .sd-container .sd-title a {
	border-right: 1px solid #01569e;
	text-decoration: none;
	color: #fff;
}
#content .sd-container .panel {
	border: 1px solid #ddd;
	border-top: 4px solid #287fbe;
	padding: 10px 10px 10px;
	background: linear-gradient(to bottom, #eee 3%,#fff 10%);
	margin: 5px 0 10px;
	position: relative;
}
#content .sd-container .panel:not(:first-child) {
	padding-top: 35px;
}
#content .sd-container .panel:first-child strong {
	color: #02579E;
}
#content .sd-container .panel .panel-name {
	position: absolute;
	background: #ff0000;
	background: linear-gradient(to bottom, #ff0000 0%, #c30000 50%);
	color: #fff;
	padding: 4px 10px;
	top: -4px;
	/*right: 8px;*/
	border-radius: 0 0 7px 7px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	font-weight: 600;
}
#content .sd-container .panel .product-image {
	display: inline-block;
	width: 50%;
	height: 300px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
	float: left;
}



/** HOMEPAGE **/
#page.home .banner {
	background: no-repeat center top;
    border-bottom: 4px solid #287fbe;
    height: 271px;
    position: relative;
	margin-bottom: 10px;
}
#page.home {
	margin-top: -16px;
	box-shadow: none;
	max-width: none;
	border-top: 1px solid #ddd;
}
#page.home .button.buy-item {
	background: #01569e;
	background: linear-gradient(to bottom, #287fbe 0%,#01569e 50%);
}
#page.home .button.buy-item:hover {
	background: #0086bc;
	background: linear-gradient(to bottom, #0086bc 0%,#287fbe 50%);
}
/*#page.home .info-box {
	border-right: 1px solid #ddd;
    display: inline-block;
    padding: 0 1.5%;
    width: 30%;
}
#page.home .info-box > * {
	max-width: 100%;
}
#page.home .info-box .button {
	vertical-align: top;
}
#page.home .info-box .button:last-child {
	margin-right: 0;
}
#page.home .info-box .red-box {
	display: inline-block;
	background: #ff0000;
	background: linear-gradient(to bottom, #ff0000 0%, #c30000 50%);
	padding: 0 0 3px 5px;
	width: 95px;
}
#page.home .info-box .red-box > div {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
#page.home .info-box .red-box > .label {
	line-height: 13px;
}
#page.home .info-box .red-box > .price {
	font-size: 18px;
	width: 60%;
	padding-top: 1px;
}*/



#page.home .info-box {
	border-right: 1px solid #ddd;
    display: inline-block;
    padding: 0 2%;
    width: 30%;
	vertical-align: top;
	min-height: 300px;
	text-align: center;
}
#page.home .info-box:first-child {
    padding: 0 2% 0 0;
}
#page.home .info-box:last-child {
    padding: 0 0 0 2%;
	border-right: 0;
}
#page.home .info-box > * {
	max-width: 100%;
}
#page.home .info-box img {
	max-height: 200px;
}
#page.home .info-box .button {
	vertical-align: top;
	color: #fff !important;
}
#page.home .info-box .button:last-child {
	margin-right: 0;
}
#page.home .info-box .red-box {
	padding: 1px 0 3px;
    width: 85px;
	text-align: center;
	background: #ff0000;
	background: linear-gradient(to bottom, #ff0000 0%, #c30000 50%);
}
#page.home .info-box .red-box > .label {
	display: none;
}
#page.home .info-box .red-box > .price {
	font-size: 18px;
}
#page.home .info-box .product-title {
	font-weight: 600;
	display: block;
	padding: 0 0 5px 0;
	text-transform: capitalize;
	text-decoration: none;
	color: #333 !important;
}
#page.home .info-box:hover img {
	opacity: 0.9;
}



/** FOOTER STYLES **/
#footer {
	padding: 10px 8px;
	border-top: 1px solid #ddd;
}



#mal a {
	text-decoration: none;
}