/*KONSTANT INFO 2012 CSS Document*/

/*(Project) CSS files - by http://www.Konstantinfosolutation.com India*/

/*Comment all css which you are not useing in Layout*/

/*Don't use undescore(_)*/

/*Don't define font family in body*/  

/*UseProper name for css*/



html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0; 
	font: inherit;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.left, .columns.left {
	float: left;
}
.right, .columns.right {
	float: right;
}
.hide {
	display: none;
}
.highlight {
	background: #ff0;
}
@font-face {
	font-family: 'lucida_sansregular';
	src: url('lsans_0-webfont.eot');
	src: url('lsans_0-webfont.eot?#iefix') format('embedded-opentype'),  url('lsans_0-webfont.woff') format('woff'),  url('lsans_0-webfont.ttf') format('truetype'),  url('lsans_0-webfont.svg#lucida_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*=======================================================================



	❤❤❤ Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ❤❤❤ 

 

 ========================================================================*/

 

.ie9, .ie9 * {
	font-family: 'lucida_sansregular' !important;
}
body {
	background: #fff;
	font-family: 'lucida_sansregular';
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
/*=====================================================

  

  	Headings

  	

  ======================================================*/

  

  

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;/*line-height: 1.6;*/

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 24px;/*font-size: 1.5rem;*/

}
h2 {
	font-size: 20px;
	background: url(../images/headingbg.png) 0px 12px repeat-x;
	padding: 0 0 0 18px;
	font-weight: bold;
	margin: 6px 0 0 0;/*font-size: 1.25rem;*/

}
h2 span {
	background: #fff;
	padding: 0 10px 0 10px;
}
/*==========================Indresh chandel==================================*/



.h1class {
	padding: 10px 0 0;
	font-size: 24px;
	color: #000;
}
.h2class {
	background: url("../images/headingbg.png") repeat-x scroll 0 12px transparent;
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0 0;
	padding: 0 0 10px 18px;
}
.h2class span {
	background: #fff;
	padding: 0 10px 0 10px;
	color: #000;
}
.h2class_footer {
	background: none repeat scroll 0 0 transparent;
	color: #979696;
	font-size: 14px;
	margin: 0 0 0 15px;
	padding: 0;
}
.h3class {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.h3class_box {
	color: #FFFFFF;
	font-size: 18px;
	padding: 0;
}
.h5class {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	height: 33px;
	margin-top: 8px;
	text-align: center;
	line-height: 18px;
	margin-bottom:10px;
}
.h5class a {
	color: #000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 16px;/*font-size: 1rem;*/

}
h5 {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	height: 32px;
	overflow: hidden;
	margin-top: 6px;
	padding: 3px 0 5px;
	text-align: center;
}
h5 a {
	color: #000;
}
h5 a:hover {
	color: #D04526;
}
h6 {
	font-size: 14px !important;
	color: #dbdada;
	font-size: 0.875rem;
	font-weight: normal;
}
.subhead {
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}
/*=====================================================

  

  	Links & Paragraph styles

  	

  	======================================================*/

  	

p {
	font-size: 14px;
	/*font-size: 0.8125rem;*/

	line-height: 22px;
	margin: 0 0 0px;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 18px;
	font-size: 1.8rem;
}
a {
	color: #d04526;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
}
a:hover {
	color: #c03d20;
}
p a, p a:visited {
	line-height: inherit;
}
/*=====================================================

 

  	Lists

  	

  ======================================================*/

  	

ul, ol {
	margin-bottom: 0px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: none;
}
ol, ul.square, ul.circle, ul.disc {
	margin: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ol ol {
	margin: 0px;
}
li {
	margin-bottom: 0px;
}
ul.large li {
	line-height: normal;
}
.padding-left0 {
	padding-left: 0px !important;
}

	

/*input{appearance:none;

 -moz-appearance:none;

 -webkit-appearance:none;}*/



/* Mobile */




em {
	font-style: italic;
	line-height: inherit;
}
strong {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 56.4%;
	line-height: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	color: #777;
}
/*	Blockquotes  */

blockquote, blockquote p {
	line-height: 20px;
	color: #777;
}
blockquote {
	margin: 0 0 18px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #555;
}
hr {
	border: 1px solid #ddd;
	clear: both;
	margin: 16px 0 18px;
	height: 0;
}
abbr, acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #222;
	border-bottom: 1px solid #ddd;
	cursor: help;
}
abbr {
	text-transform: none;
}

	

	

/**

	 * Print styles.

 *

 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/

 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)

 */

 

@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: sanbeiji.com/archives/953 */
p a, p a:visited {
	color: #444 !important;
	text-decoration: underline;
}
p a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img {
	page-break-inside: avoid;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
/*=======================================================================



	❤❤❤ Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ❤❤❤

 

 ========================================================================*/











/*=================================================



	+++ LE GRID +++

	A Responsive Grid -- Gumby defaults to a standard 960 grid, 

	but you can change it to whatever you'd like.

 

 ==================================================*/

 



.container {
	padding: 0px 20px;
}
.row {
	width: 100%;
	max-width: 1280px;
	min-width: 720px;
	margin: 0 auto;
}
/* To fix the grid into a different size, set max-width to your desired width */

	

.row .row {
	min-width: 0px;
}
.column, .columns {
	margin-left: 2.127663%;
	float: left;
	min-height: 1px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column:first-child, .columns:first-child, .alpha {
	margin-left: 0px;
}
.column:nth-child(5), .columns:nth-child(5), .alpha {
	margin-left: 0px;
}
.column:nth-child(9), .columns:nth-child(9), .alpha {
	margin-left: 0px;
}
.column:nth-child(13), .columns:nth-child(13), .alpha {
	margin-left: 0px;
}
.column.omega, .columns.omega {
	float: right;
}
/*** Removed because it is usually annoying ***

	 

	 [class*="column"] + [class*="column"]:last-child { float: right; }

	

	***/

	

.row .one.columns {
	width: 6.382989%;
}
.row .two.columns {
	width: 14.893641%;
}
.row .three.columns {
	width: 23.404293%;
}
.row .four.columns {
	width: 31.914945%;
}
.row .five.columns {
	width: 40.425597%;
}
.row .six.columns {
	width: 48.936249%;
}
.row .seven.columns {
	width: 57.446901%;
}
.row .eight.columns {
	width: 65.957553%;
}
.row .nine.columns {
	width: 74.468205%;
}
.row .ten.columns {
	width: 82.978857%;
}
.row .eleven.columns {
	width: 91.489509%;
}
.row .twelve.columns {
	width: 100%;
}
/*** Formula: Column Width + Twice the Default Margin ***/

	

.row .push_one {
	margin-left: 10.638315%;
}
.row .push_two {
	margin-left: 19.148967%;
}
.row .push_three {
	margin-left: 27.659619%;
}
.row .push_four {
	margin-left: 36.170271%;
}
.row .push_five {
	margin-left: 44.680923%;
}
.row .push_six {
	margin-left: 53.191575%;
}
.row .push_seven {
	margin-left: 61.702227%;
}
.row .push_eight {
	margin-left: 70.212879%;
}
.row .push_nine {
	margin-left: 78.723531%;
}
.row .push_ten {
	margin-left: 87.234183%;
}
/*.row .push_eleven 	{ margin-left: 95.744835%;  }*/

	

	

	/* Centering Columns is fun */

	

.row .one.centered {
	margin-left: 46.808586%;
}
.row .two.centered {
	margin-left: 42.55326%;
}
.row .three.centered {
	margin-left: 38.297934%;
}
.row .four.centered {
	margin-left: 34.042608%;
}
.row .five.centered {
	margin-left: 29.787282%;
}
.row .six.centered {
	margin-left: 25.531956%;
}
.row .seven.centered {
	margin-left: 21.27663%;
}
.row .eight.centered {
	margin-left: 17.021304%;
}
.row .nine.centered {
	margin-left: 12.765978%;
}
.row .ten.centered {
	margin-left: 8.510652%;
}
.row .eleven.centered {
	margin-left: 4.255326%;
}
/*** Formula: Column Width + Default Margin ***/

	

.row .push_one:first-child {
	margin-left: 8.510652%;
}
.row .push_two:first-child {
	margin-left: 17.021304%;
}
.row .push_three:first-child {
	margin-left: 25.531956%;
}
.row .push_four:first-child {
	margin-left: 34.042608%;
}
.row .push_five:first-child {
	margin-left: 42.55326%;
}
.row .push_six:first-child {
	margin-left: 51.063912%;
}
.row .push_seven:first-child {
	margin-left: 59.574564%;
}
.row .push_eight:first-child {
	margin-left: 68.085216%;
}
.row .push_nine:first-child {
	margin-left: 76.596868%;
}
.row .push_ten:first-child {
	margin-left: 85.10652%;
}
.row .push_eleven:first-child {
	margin-left: 93.617172%;
}
/* img, object, embed { max-width: 100%; height: auto; } */

img {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#map_canvas img, .map_canvas img {
	max-width: none!important;
}
/* Nicolas Gallagher's micro clearfix */

.row:before, .row:after, .clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}

	 
/* Date: 20170522 */
.fb_desktop{ display:block !important;}
.fb_mobile{ display:none !important;}

/* Date: 20170525 */
.iconsprite {background-image: url(../images/icon-sprite.png);background-repeat: no-repeat;display: inline-block;}
.sprite-cart {width: 54px;height: 36px;background-position: -5px -5px; position:absolute; top:5px; margin-left:5px;}
.sprite-driveline {width: 2px;height: 46px;background-position: -69px -5px;}
.sprite-icon_nav_toggle {width: 28px;height: 17px;background-position: -5px -51px;}
.sprite-list_style {width: 4px;height: 4px;background-position: -43px -61px;}
.sprite-sel_arrow {width: 29px;height: 31px;background-position: -81px -5px; position: absolute; right: 5px;    top: 10px;}
.sprite-whitearrow {width: 4px;height: 3px;background-position: -81px -46px; position: relative; top: -2px; margin-right: 4px;}

.footerlinks ul li a{ background-image:none !important; padding:0 !important;}

/* Date: 20170531 */
.desc_video{ width:640px; margin:0 auto; height:480px;}




/*=======================================================================



	❤❤❤ Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ❤❤❤

 

 ========================================================================*/



    

    

	

	

/*==================================================



	+++ Grid +++

	

===================================================*/

	

	/* Mobile */

	

@media only screen and (max-width: 480px) {
/* Style adjustments for viewports 480px and under go here */

.row {
	text-align: center;
}
}
 @media only screen and (max-width: 917px) {
.logo_text {
	top: 180px !important;
}
}
 @media only screen and (max-width: 768px) {
.socialnetworks {
	display: none !important;
}
.logo_text {
	width: 65% !important;
	top: 215px !important;
}
}
 @media only screen and (max-width: 800px) {
body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.container {
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
}
.row {
	width: 100%;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
}
.row .row .column, .row .row .columns {
	padding: 0;
}
.column, .columns {
	width: auto !important;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
.column:last-child, .columns:last-child {
	margin-right: 0;
	float: none;
}
.row .row .column, .row .row .columns {
	padding: 0;
}
.column, .columns {
	width: auto !important;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
}
.column:last-child, .columns:last-child {
	margin-right: 0;
	float: none;
}
 [class*="column"] + [class*="column"]:last-child {
float: none;
}
[class*="column"]:before, [class*="column"]:after {
	display: table;
}
[class*="column"]:after {
	clear: both;
}
.push_one, .push_two, .push_three, .push_four, .push_five, .push_six, .push_seven, .push_eight, .push_nine, .push_ten, .push_eleven, .centered {
	margin-left: 0% !important;
}
.selectbox_multi select {
	height: 21px !important;
}
.breadkram a, .breadkram span {
	float: left;
}
.breadkram h2.active {
	clear: none;
	float: left;
	margin: 0 0 0 5px !important;
	text-align: left;
	width: auto !important;
}
.socialicon2 {
	width: 92px !important;
	margin: auto !important;
}
.st_googleplus_hcount, .st_pinterest_hcount, .st_twitter_hcount, .st_facebook_hcount {
	float: left;
}
.socialnetworks {
	display: none;
}
.login .six.columns a {
	text-align: center;
	float: none;
	margin: 0;
}
.logo_text {
	width: 65% !important;
	top: 300px !important;
}
.rightsection {
	padding-bottom: 20px;
}
.indentmenu {
	top: inherit;
}
.checkout-cart-index .viewCartBottom .six.columns {
	width: 50% !important;
	float: left;
}
.checkout-cart-index .viewCartBottom .six.columns .updatebig {
	float: left;
}
.checkout-cart-index .viewCartBottom .six.columns .processed {
	float: left;
}
.mycart-block .view-cart-block .viewCartRight table {
	margin-bottom: 0px;
}
}
.innercontainer {
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.60);
	-moz-box-shadow: 0 0px 8px rgba(0,0,0,0.60);
	box-shadow: 0 0px 8px rgba(0,0,0,0.60);
-ms- box-shadow:0 0px 8px rgba(0,0,0,0.60);
	background: url(../images/bg.jpg) repeat;
}
.headertop {
	background: #ececec;
}
.headertop .borderright {
	top: 5px;
	padding: 4px 10px 4px 10px !important;
	border-right: solid 1px #cfcfcf;
}
.headertop select {
	border: solid 1px #d6d4d4;
	background: #fff;
	padding: 1px 10px;
	width: 100%;
	height: 30px;
	margin: 0px !important;
	color: #959494;
	font-size: 12px;
	font-family: 'lucida_sansregular'
}
.login {
	padding: 7px 0 0 0;
	font-size: 12px;
	color: #959494;
	width: 300px !important;
	float: right;
	margin-right: 0px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.login a {
	color: #959494;
}
.login a:hover {
	color: #e75625;
}
.login a:first-child {
	margin-left: 22px;
}
.login .six.columns {
}
.login .five.columns {
	margin-top: 7px;
	float: right;
}
.margL25 {
	margin-left: 25px !important;
}
.headerbottom {
	background: #2d2d2b;
	padding: 10px 0 10px 0;
}
.socialicon {
	float: left;
	padding: 11px 5px 0 10px;
	width: auto;
}
.visa {
	width: 34px;
	background: url(../images/paypal.png) no-repeat;
	height: 20px;
	background-position: 0 0;
	text-indent: -9999px;
	float: left;
}
.mastercard {
	width: 34px;
	height: 20px;
	background-position: 0 0;
	background: url(../images/paypal.png) -34px 0px no-repeat;
	text-indent: -9999px;
	float: left;
}
.american {
	width: 34px;
	height: 20px;
	background-position: 0 0;
	background: url(../images/paypal.png) -68px 0px no-repeat;
	text-indent: -9999px;
	float: left;
}
.paypal {
	width: 45px;
	height: 20px;
	background-position: 0 0;
	background: url(../images/paypal.png) -102px 0px no-repeat;
	text-indent: -9999px;
	float: left;
}
.cart {
	width: 110px;
	height: 32px;
	/*background: url(../images/cart.png) right no-repeat;*/
	padding: 11px 70px 0 0;
	float: right;
	margin: 2px 20px 0 0;
}
.cart p {
	color: #dbdada;
	font-size: 13px;
	padding: 0px 0 0 0;
	margin: 0px;
	line-height: normal;
	text-align: right;
	width: 115%;
}
.cart p span {
	color: #ec561d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.searchinput {
	width: 94%;
	background: #fff;
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.20);
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.20);
	border: solid 1px #dcdbdb;
	font-size: 12px;
	color: #959494;
	padding: 8px 95px 8px 10px;
	margin: 5px 0 5px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left !important;
}
.searchbtn {
	width: 91px;
	height: 33px;
	background: #EAEAEA;
	float: right;
	color: #393939;
	font-size: 17px;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 5px 0px 0 5px;
	position: absolute;
	right: 27px;
	border-left: 5px solid #2d2d2b;
	line-height: 31px;
}
.logo2 {
	margin: 12px 0 0 15px;
	float: left;
	position: relative;
}
.logo2 .deal-img {
	position: absolute;
	right: -55px;
	top: -2px;
}
.question {
	text-align: right;
	font-size: 16px;
	color: #000;
	padding: 0 12px 0 0;
	float: right;
	margin: 10px 0;
}
.question p {
	text-align: right;
	font-size: 16px;
	color: #000;
	padding: 0 12px 0 0;
}
.breadkram {
	color: #717070;
	width: auto !important;
	float: left !important;
	margin-top: 5px !important;
	margin-left: 5px !important;
}
.breadkram a {
	margin: 0 0px 0 5px;
	color: #333;
	font-size: 16px;
}
.breadkram a:nth-child(1) {
	margin-left: 10px !important;
}
.breadkram h2 {
	display: inline;
	float: none !important;
	padding: 0 0 0 5px;
}
.breadkram .active {
	margin: 0 5px 0 0px;
	color: #e75625;
	font-size: 16px;
	font-weight: normal;
}
.leftsection {
	border: solid 1px #e7e6e6;
	background: #fff;
	margin: 4px 11px 19px 11px;
	padding: 11px 11px 16px 11px;
}
.leftsection:first-child {
	padding-bottom: 0px;
}
.leftsection ul {
	margin: 0px;
	list-style: none;
}
.leftsection ul li {
	margin: 0px;
	background: url(../images/dashline.png) bottom repeat-x;
}
.leftsection ul li a {
	padding: 6px 0 6px 20px;
	background: url(../images/leftarrow.png) 7px 13px no-repeat;
	font-size: 12px;
	color: #000;
	display: inline-block;
}
.leftsection ul li:last-child {
	background: none;
	padding-bottom: inherit;
}
.leftsection ul li a:hover {
	color: #e75625;
	text-decoration: underline;
}
.leftsection ul li .active {
	color: #e75625;
	text-decoration: underline;
}
.selectbox_multi select {
	background: #fbf9f9;
	padding: 1px;
	font-size: 12px;
	color: #000;
	border: solid 1px #d6d4d4;
	width: 100%;
	line-height: 20px;
	margin: 5px 0 4px 0;
	height: 161px;
}
.selectbox select {
	background: #fbf9f9;
	padding: 3px;
	font-size: 12px;
	color: #000;
	border: solid 1px #d6d4d4;
	width: 100%;
	line-height: 20px;
	margin: 5px 0 4px 0;
}
.rightsection {
	margin: 0;
	background: #fff;
	padding: 0px;
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.slider {
	min-height: 292px;
	position: relative;
}
.slider p {
	color: #000;
}
.slider h1 {
	padding: 10px 0 0 0;
}
.slider ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.slider ul li {
	display: inline-block;
	padding: 0px;
	margin: 0px 5px 0 0;
	float: left;
}
.slider ul li a {
	display: inline-block;
	padding: 0px 4px 0 4px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #959595;
	line-height: normal;
}
.slider ul li a:hover {
	background: #000;
}
.slider ul li a.active {
	background: #000;
}
.product {
	background: url(../images/dashline2.png) right repeat-y;
	margin-top: 6px;
	padding: 9px 0 7px 0;
}
.product span {
	color: #e75625;
}
.productimage {
	height: 140px;
	text-align: center;
}
.product:last-child {
	background: none;
}
.sliderbox {
	background: #f6f3f3;
	border: solid 1px #e7e6e6;
	padding: 4px;
	margin: 12px 0 0 0;
	cursor: pointer;
}
.sliderbox:hover {
	border: solid 1px #d1d1d1;
}
.whitebg {
	background: #fff;
	text-align: center;
	padding: 1px 0;
}
.whitebg img {
	display: block;
}
.about {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.about p {
	padding: 5px 0 15px 0;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
.about p span {
	font-weight: bold;
}
/*-----------------------footer css start here---------------*/

.footer {
	background: #393939;
	padding: 7px 0 3px 0;
	margin-top: 30px;
}
.footer h2 {
	color: #c3c2c2;
	margin: 0 0 0 11px;
	font-size: 18px;
	background: none;
	padding: 0px;
}
.footer h3 {
	color: #c3c2c2;
	margin: 6px 0 0px 0;
	font-size: 14px;
}
.footerlinks {
	background: #232222;
	height: 170px;
	padding: 12px 0 12px 0;
	margin: 10px 0 10px 11px;
	-webkit-box-shadow: inset 0px 1px 6px #000, 1px 1px 2px rgba(128,125,125,0.32);
	box-shadow: inset 0px 1px 6px #000, 1px 1px 2px rgba(128,125,125,0.32);
}
.footerlinks.s-footerlinks {
	height: 56px;
}
.footerlinks ul {
	margin: 0px;
	padding: 0px;
}
.footerlinks ul li {
	margin: 7px 0 6px 15px;
	line-height: normal;
}
.footerlinks ul li a {
	font-size: 13px;
	color: #6d6b6b;
	background: url(../images/whitearrow.png) 0px 5px no-repeat;
	padding: 0 0 0 7px;
}
.footerlinks ul li a:hover {
	color: #fff;
}
.footerlinks.margLN {
	margin-left: 0px;
}
.footerlinks.margLR11 {
	margin: 10px 11px 0 0;
}
.footerlinks.margLRT11 {
	margin: 5px 11px 0 0;
}
.footerlinks h2 {
	color: #979696;
	margin: 0 0 0 11px;
	font-size: 14px;
	background: none;
	padding: 0px;
}
.footerlinks p {
	color: #717171;
	margin: 0 11px 2px 15px;
	font-size: 12px;
	line-height: 18px;
}
.footerlinks p span {
	color: #0294c2;
}
.footerlinks p a {
	color: #0294c2;
}
.footerlinks p a:hover {
	color: #717171;
}
.socialicon2 {
	width: auto;
	margin: 5px 0 2px 11px;
	padding: 0px;
}
.gplus {
	width: 16px;
	height: 16px;
	background: url(../images/socialicon.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
.gplus:hover {
	background-position: 0 -20px;
}
.facebook {
	width: 16px;
	height: 16px;
	background: url(../images/socialicon.png) -23px 0px no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 7px;
}
.facebook:hover {
	background-position: -23px -20px;
}
.twitter {
	width: 16px;
	height: 16px;
	background: url(../images/socialicon.png) -46px 0px no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 7px;
}
.twitter:hover {
	background-position: -46px -20px;
}
.youtube {
	width: 16px;
	height: 16px;
	background: url(../images/socialicon.png) -68px 0px no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 7px;
}
.youtube:hover {
	background-position: -68px -20px;
}
.rss {
	width: 16px;
	height: 16px;
	background: url(../images/socialicon.png) -92px 0px no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 7px;
}
.rss:hover {
	background-position: -92px -20px;
}
.copyright {
	background: #1b1b1b;
	color: #4c4c4c;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 0 6px 0;
	text-transform: uppercase;
}
/*----------------------------Artist listing Page Css-------------------------------------------*/



.rightsection2 {
	border: solid 1px #d0cfcf;
	margin: 10px 1% 5px 1% !important;
	background: #fff;
	padding: 10px 15px;
}
.Pading10B {
	padding-bottom: 8px;
}
.Pagging {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
}
.Pagging a {
	margin: 10px 2px 20px;
	text-align: center;
	padding: 3px 7px 4px 7px;
	display: inline-block;
	color: #3c3b3b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(top, #f8f8f8 0%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #eeeeee;
}
.Pagging a:hover {
	border: 1px solid #e1410b;
	color: #3c3b3b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9e7f), color-stop(100%, #e1410b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* IE10+ */
	background: linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9e7f', endColorstr='#e1410b', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0px 1px #fff,  0px 2px 4px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
	box-shadow: inset 0 0px 1px #fff,  0px 2px 4px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
}
.Pagging a.active {
	border: 1px solid #e1410b;
	color: #3c3b3b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9e7f), color-stop(100%, #e1410b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* IE10+ */
	background: linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9e7f', endColorstr='#e1410b', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0px 1px #fff,  0px 2px 4px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
	box-shadow: inset 0 0px 1px #fff,  0px 2px 4px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
}
/*----------------------------choose your design Page Css-------------------------------------------*/





.Categor {
	width: 100%;
	height: auto;
	margin: 10px 0 0px 0;
}
.Categor p {
	font-size: 14px;
	color: #000000;
	padding: 5px 0 0 0;
}
.Categor .viewall {
	font-size: 12px;
	display: inline-block;
}
.Categor .viewall a {
	color: #e75625;
	text-decoration: underline;
}
.Categor .viewall a:hover {
	color: #000000;
	text-decoration: none;
}
.Dashboder {
	background: url(../images/dashline5.png) repeat-x top;
}
.Catergorbg {
	margin-right: 10px;
	width: 99%;
	height: auto;
	display: inline-block;
	padding: 5px 5px 5px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(50%, #ffffff) color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 50%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%, #ffffff 50%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%, #ffffff 50%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f8f8f8 0%, #ffffff 50%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.ps-top-to-bottom {
	position: relative;
	border-top: 1px solid #dddcdc;
}
.ps-top-to-bottom:before, .ps-top-to-bottom:after {
	content: "";
	position: absolute;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddcdc), to(transparent));
	background-image: -webkit-linear-gradient(#dddcdc, transparent);
	background-image: -moz-linear-gradient(#dddcdc, transparent);
	background-image: -o-linear-gradient(#dddcdc, transparent);
	top: -1px;
	bottom: -1px;
	width: 1px;
}
.ps-top-to-bottom:before {
	left: -1px;
}
.ps-top-to-bottom:after {
	right: -1px;
}
.Choosebox {
	background: #6d6e6d;
	border-top: 5px solid #dad9d9;
	border-bottom: 5px solid #dad9d9;
	border-left: 9px solid #dad9d9;
	margin: 0 14px 0 0;
	border-right: 9px solid #dad9d9;
	position: relative;
}
.Choosebox:last-child, .Choosebox:last-child, .alpha {
	margin: 0px;
}
.rightsection3 {
	margin: 4px 11px 10px 0;
	text-align: center;
}
.rightsection3 h3 {
	font-size: 18px;
	color: #fff;
	padding: 0px 0 0 0;
}
.Browsebut {
	font-size: 14px;
}
.Browsebut a {
	margin: 3px 2px 10px;
	text-align: center;
	padding: 2px 11px 2px 11px;
	display: inline-block;
	color: #3c3b3b;
	border: 1px solid #e1410b;
	color: #3c3b3b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9e7f), color-stop(100%, #e1410b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* IE10+ */
	background: linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9e7f', endColorstr='#e1410b', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.Browsebut a:hover {
	border: 1px solid #e1410b;
	color: #3c3b3b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8862), color-stop(100%, #e1410b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* IE10+ */
	background: linear-gradient(top, #fc8862 0%, #e1410b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8862', endColorstr='#e1410b', GradientType=0 ); /* IE6-9 */
}
.arrow {
	width: 26px;
	height: 25px;
	position: absolute;
	right: -26px;
	top: 1px;
}
.selectbox2 select {
	background: #fbf9f9;
	padding: 1px;
	font-size: 12px;
	color: #000;
	border: solid 1px #d6d4d4;
	width: 100%;
	line-height: 20px;
	height: 100px;
	margin: 5px 0 4px 0;
}
/*=================================Faq Page=============================*/



.faq {
	margin: 0px;
	padding: 0px;
}
.faq p {
	padding: 0px 5px 0px 0;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.faq a {
	color: #D04526;
	font-size: 15px;
}
.faq a:hover {
	color: #000;
	font-size: 15px;
	text-decoration: underline;
}
.Answer {
	margin: 15px 0 0 0;
	padding: 0px;
}
.Answer h4 {
	padding: 10px 0px 0 0;
	color: #000;
	font-size: 18px;
	background: none;
}
.Answer p {
	padding: 0px 5px 5px 0;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
.Answer p span {
	font-weight: bold;
}
.privacy {
	margin: 0px;
	padding: 0px;
}
.privacy p {
	padding: 0px 5px 6px 0;
	color: #333;
	font-size: 13px;
	line-height: 24px;
}
/*======================================================== Login ===================================*/

.rightsection4 {
	border: solid 1px #d0cfcf;
	margin: 4px 11px 19px 11px;
	background: #fff;
	padding: 0 12px 0 12px;
}
.loginbox {
	margin: 10px 0 15px 0;
	padding: 13px 18px 18px 18px;
	background: #f7f7f7;
	border: 1px solid #d9d8d8;
}
.loginbox h2 {
	font-size: 18px;
	color: #000000;
	padding: 0 0 2px 0;
	background: none;
}
.loginbox p {
	font-size: 14px;
	color: #000000;
	padding: 0 0 7px 0;
}
.loginbox p span {
	font-weight: bold;
}
.loginbox dl {
	padding: 0px;
}
.loginbox dl dt {
	color: #000000;
	font-size: 14px;
	margin: 0;
	padding: 8px 0 0;
	text-align: left;
}
.RegisterTextBox {
	background: #fff;
	padding: 7px;
	font-size: 14px;
	color: #000;
	border: solid 1px #d6d4d4;
	width: 60%;
	line-height: 20px;
	margin: 0 0 10px;
	outline: none;
	resize: none;
}
.required-entry.input-text {
	margin: 5px 0 0 0
}
.Registernowbut a {
	font-size: 18px;
	width: 100%;
	margin: 12px 2px 0px;
	text-align: center;
	padding: 7px 0px 7px 0px;
	display: inline-block;
	color: #3c3b3b;
	border: 1px solid #e1410b;
	color: #3c3b3b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9e7f), color-stop(100%, #e1410b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* IE10+ */
	background: linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9e7f', endColorstr='#e1410b', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.Registernowbut a:hover {
	background: -moz-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8862), color-stop(100%, #e1410b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* IE10+ */
	background: linear-gradient(top, #fc8862 0%, #e1410b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8862', endColorstr='#e1410b', GradientType=0 ); /* IE6-9 */
}
.leftarrow {
	width: 11px;
	height: 22px;
	float: left;
	position: absolute;
	left: 0px;
	top: 48%;
	background: url(../images/arrowleft.png) no-repeat;
	text-indent: -9999px;
}
.rightarrow {
	width: 11px;
	height: 22px;
	float: left;
	position: absolute;
	right: 0px;
	top: 48%;
	background: url(../images/arrowright.png) no-repeat;
	text-indent: -9999px;
}
.margin2 {
	margin: 10px 0 0 0 !important;
}
.selectbox3 select {
	background: #fff;
	padding: 5px 3px 5px 3px;
	font-size: 12px;
	color: #000;
	border: solid 1px #d6d4d4;
	width: 81%;
	line-height: 20px;
	margin: 5px 0 4px 0;
	outline: none;
	resize: none;
}
/*------------29-12-12-----------*/



.leftarrow {
	width: 11px;
	height: 22px;
	float: left;
	position: absolute;
	left: 0px;
	top: 48%;
	background: url(../images/arrowleft.png) no-repeat;
	text-indent: -9999px;
}
.rightarrow {
	width: 11px;
	height: 22px;
	float: left;
	position: absolute;
	right: 0px;
	top: 48%;
	background: url(../images/arrowright.png) no-repeat;
	text-indent: -9999px;
}
.goog-logo-link {
	display: none !important;
}
.goog-te-gadget img {
	border: medium none;
	display: none !important;
	vertical-align: middle;
}
.goog-te-gadget {
	height: 30px !important;
	overflow: hidden !important;
}
/*-------------04-12-2013----------*/

.socialnetworks {
	width: 44px;
	position: fixed;
	top: 20px;
	left: 0px;
	z-index: 999;
}
.imagee {
	margin: 0 0 5px 0;
	float: left;
}
.imagee img {
	float: left;
}
.detailbg {
	background: #f7f7f7;
	border: solid 1px #d9d8d8;
	padding: 8px 7px;
}
.detailbg h3 {
	font-size: 18px;
}
.detailbg p {
	font-size: 12px;
	line-height: 22px;
	color: #000;
}
.borderimg {
	/*border: solid 1px #9a9999;*/
}
.chosebtn {
	font-size: 16px;
}
.chosebtn a {
	margin: 3px 2px 10px;
	text-align: center;
	padding: 0 20px;
	height: 38px;
	line-height: 41px;
	display: inline-block;
	border: 1px solid #e1410b;
	color: #fff;
	background: #d04526; /* Old browsers */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 16px;
}
.thumslider {
	background: url(../images/headingbg.png) repeat-x;
	padding: 16px 0 0 0;
	margin: 0px 0 0 0;
	position: relative;
}
.thumslider ul {
	margin: 0px 0 0 10px;
	padding: 0px;
}
.thumslider ul li {
	margin: 0px 0 0 10px;
	display: inline-block;
}
.thumslider ul li a {
	display: inline-block;
	padding: 3px;
	border: solid 1px #e7e6e6;
	line-height: 0px;
}
.gauranty {
	text-align: right;
	padding: 14px 0 0 0;
}
.gauranty img {
	width: 120px;
}
.graybackground {
	background: url(../images/headingbg.png) repeat-x;
	height: 9px;
	margin: 2px 0 0 0;
}
.leftarrow2 {
	width: 11px;
	height: 22px;
	float: left;
	position: absolute;
	left: -12px;
	top: 48%;
	background: url(../images/arrowleft.png) no-repeat;
	text-indent: -9999px;
}
.rightarrow2 {
	width: 11px;
	height: 22px;
	float: left;
	position: absolute;
	right: -12px;
	top: 48%;
	background: url(../images/arrowright.png) no-repeat;
	text-indent: -9999px;
}
.thumLarrow {
	width: 11px;
	height: 22px;
	float: left;
	position: absolute;
	left: 0px;
	top: 41px;
	background: url(../images/arrowleft.png) no-repeat;
	text-indent: -9999px;
}
.thumRarrow {
	width: 11px;
	height: 22px;
	float: left;
	position: absolute;
	right: 0px;
	top: 41px;
	background: url(../images/arrowright.png) no-repeat;
	text-indent: -9999px;
}
/*---------05-12-2013------------*/

.aboutus {
}
.aboutus ul {
	margin: 0px 0 0 20px;
	padding: 0px;
}
.aboutus ul li {
	margin: 0px;
	padding: 0px 0 0 11px;
	font-size: 15px;
	color: #000;
	line-height: normal;
	background: url(../images/dotimage.png) 0px 8px no-repeat;
}
.aboutus ol {
	margin: 0px 0 0 20px;
	padding: 0px;
}
.aboutus ol li {
	margin: 0px;
	padding: 0px 0 0 11px;
	font-size: 15px;
	color: #000;
	line-height: normal;
	background: url(../images/dotimage.png) 0px 8px no-repeat;
}
.aboutus p {
	margin: 0px;
	padding: 3px 0;
	text-align: center;
	font-size: 15px;
	color: #000;
	line-height: normal;
}
.margT15 {
	margin-top: 15px !important;
}
.padR35 {
	padding-right: 35px !important;
}
.picker .dropdownarrow {
	background: url(../images/dropdownarrow.png) no-repeat;
	width: 23px;
	height: 22px;
	position: absolute;
	right: 1px;
	top: 1px;
}
ul.field li {
	margin: 0px;
	padding: 0px 0 9px 0;
	background: none;
}
ul.field li .active {
	color: #626262;
	text-decoration: none;
}
ul.field li a {
	background: none;
	text-decoration: none;
}
ul.field li a:hover {
	text-decoration: none;
	color: #626262;
}
.chosebtn h4 {
	font-size: 24px;
	background: none;
	color: #000;
	line-height: normal;
	margin: 0 0 5px 0;
	font-weight: normal;
	display: inline;
}
.products {
	margin: 5px 0 0 0;
}
.products img {
	display: block;
	border: solid 1px #e7e6e6;
}
.products p {
	font-size: 10px;
	color: #000;
	padding: 5px 10px 0 10px;
	line-height: normal;
}
.products p span {
	float: right;
}
.create {
	font-size: 10px;
	width: 100%;
}
.create a {
	margin: 13px 2px 5px 0;
	text-align: center;
	padding: 2px 16px 2px 17px;
	display: inline-block;
	color: #000 !important;
	border: 1px solid #e1410b;
	color: #3c3b3b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9e7f), color-stop(100%, #e1410b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* IE10+ */
	background: linear-gradient(top, #fb9e7f 0%, #e1410b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9e7f', endColorstr='#e1410b', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.create a:hover {
	border: 1px solid #e1410b;
	color: #000;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8862), color-stop(100%, #e1410b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc8862 0%, #e1410b 100%); /* IE10+ */
	background: linear-gradient(top, #fc8862 0%, #e1410b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8862', endColorstr='#e1410b', GradientType=0 ); /* IE6-9 */
}
.browse {
	font-size: 10px;
	width: 100%;
}
.browse a {
	margin: 5px 2px 0 0;
	text-align: center;
	padding: 2px 11px 2px 11px;
	display: inline-block;
	color: #000 !important;
	border: 1px solid #707070;
	color: #3c3b3b;
	background: #cfcfcf; /* Old browsers */
	background: -moz-linear-gradient(top, #cfcfcf 0%, #707070 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(100%, #707070)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cfcfcf 0%, #707070 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cfcfcf 0%, #707070 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cfcfcf 0%, #707070 100%); /* IE10+ */
	background: linear-gradient(top, #cfcfcf 0%, #707070 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#707070', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.browse a:hover {
	border: 1px solid #707070;
	color: #000;
	background: #b8b7b7; /* Old browsers */
	background: -moz-linear-gradient(top, #b8b7b7 0%, #707070 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8b7b7), color-stop(100%, #707070)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b8b7b7 0%, #707070 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b8b7b7 0%, #707070 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b8b7b7 0%, #707070 100%); /* IE10+ */
	background: linear-gradient(top, #b8b7b7 0%, #707070 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b7b7', endColorstr='#707070', GradientType=0 ); /* IE6-9 */
}
.center {
	text-align: center;
}
.center p {
	padding: 2px 0 0 0;
}
.skinoption {
	background: #f7f7f7 !important;
}
/*-----------------22-01-2013--------------------*/





.myaccountleft {
	border: solid 1px #d0cfcf;
	margin: 4px 0px 19px 11px;
	background: #fff;
	padding: 0 12px 12px 12px;
	box-sizing: border-box;
}
.myaccountright {
	border: solid 1px #e7e6e6;
	background: #fff;
	margin: 4px 11px 19px 0px;
	padding: 11px 11px 16px 11px;
	box-sizing: border-box;
}
.myaccountright:first-child {
	padding-bottom: 0px;
}
.myaccountright ul {
	margin: 0px;
	list-style: none;
}
.myaccountright ul li {
	margin: 0px;
	background: url(../images/dashline.png) bottom repeat-x;
}
.myaccountright ul li a {
	padding: 6px 0 6px 20px;
	background: url(../images/leftarrow.png) 7px 13px no-repeat;
	font-size: 12px;
	color: #000;
	display: block;
}
.myaccountright ul li:last-child {
	background: none;
	padding-bottom: inherit;
}
.myaccountright ul li a:hover {
	color: #e75625;
	text-decoration: underline;
}
.myaccountright ul li .active {
	color: #e75625;
	text-decoration: underline;
}
.graybox {
	background: #f7f7f7;
	border: solid 1px #d9d8d8;
	padding: 10px;
	margin: 8px 0 0 0;
}
.address {
	border: solid 1px #d9d8d8;
	background: #fff;
	padding: 10px;
}
.address .row .six {
	padding: 0 10px;
	margin: 0px;
}
.address h3 {
	font-size: 14px;
	color: #2d2d2b;
	font-weight: normal;
	border-bottom: solid 1px #bfbdbd;
	padding: 0 0 4px 0;
}
.address h3 span {
	color: #e75625;
	font-size: 12px;
	float: right;
}
.address h3 span a {
	color: #e75625;
	text-decoration: underline;
}
.address h3 span a:hover {
	text-decoration: none;
}
.address h4 {
	font-size: 13px;
	color: #2d2d2b;
	font-weight: normal;
	padding: 10px 0 4px 0;
	background: url(../images/dotline.png) bottom repeat-x;
}
.address {
	font-size: 12px;
	color: #2d2d2b;
	line-height: 18px;
}
.address p {
	font-size: 12px;
	color: #2d2d2b;
	line-height: 18px;
	padding: 9px 0 0 0;
}
.address p a {
	color: #e75625;
	text-decoration: underline;
}
.address p a:hover {
	text-decoration: none;
}
.margT10 {
	margin-top: 10px;
}
.gray {
	color: #2d2d2b !important;
}
.cartborder {
	border: solid 1px #d0d0d0;
	padding: 2px;
}
/* custom css added on 25-1-2013 */

.opacity1 {
	opacity: 0.1;
}
.opacity2 {
	opacity: 0.2;
}
.opacity3 {
	opacity: 0.3;
}
.opacity4 {
	opacity: 0.4;
}
.opacity5 {
	opacity: 0.5;
}
.opacity6 {
	opacity: 0.6;
}
.opacity7 {
	opacity: 0.7;
}
.opacity8 {
	opacity: 0.8;
}
.opacity9 {
	opacity: 0.9;
}
/* custom css end on 25-1-2013 */



.cartborder img {
	display: block;
}
.price {
	width: 75px;
	font-size: 13px;
}
.myaccountright p {
	font-size: 12px;
	color: #2d2d2b;
	padding: 0 0 0 5px;
	line-height: normal;
	text-align: left;
}
.myaccountright p a {
	color: #e75625;
	text-decoration: underline;
}
.myaccountright p a:hover {
	text-decoration: none;
}
.myaccountright h5 {
	font-size: 18px;
	color: #2d2d2b;
	padding: 0 0 0 5px;
	text-align: left;
}
.dotline {
	background: url(../image/dotline.png) bottom repeat-x;
	padding: 0 0 10px 0;
	margin: 8px 0 2px 0;
}
.myaccountleft dl {
	margin: 10px 0 0 0;
	padding: 0px;
	width: 100%;
	float: left;
}
.myaccountleft dl dt {
	color: #000000;
	font-size: 12px;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: left;
}
.myaccountleft dl dd {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
}
.myaccountleft dl dd input[type="text"] {
	background: #fff;
	padding: 5px 3px 5px 3px;
	font-size: 12px;
	color: #000;
	border: solid 1px #d6d4d4;
	width: 80%;
	line-height: 20px;
	margin: 0px;
	outline: none;
	resize: none;
}
.cart-price {
	text-align: center;
	width: 100%;
}
/*----------------18/03/2013 view cart---------*/

.processed {
	font-size: 16px;
}
.processed a {
	background: #eaeaea none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #393939;
	display: inline-block;
	height: 38px;
	line-height: 41px;
	margin: 3px 8px 10px 0;
	padding: 0 20px;
	text-align: center;
}
.processed a:hover {
	background: #f4f4f4;
}
.margT7 {
	margin-top: 7px;
}
.viewCart {
	margin: 8px 0 0px 0;
	padding: 0;
	width: 100%;
	border: 1px solid #d9d8d8;
	border-radius: 3px;
}
.viewCart > table {
	border: none;
	margin-bottom: 0;
}
.viewCart > table > thead {
	border: 1px solid #fff;
	border-bottom: d9d8d8;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.viewCart > table > thead > tr > th {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #d9d8d8;
}
.viewCart > table > thead > tr > th + th {
	width: 47%;
}
.viewCart > table > thead > tr > th + th + th {
	width: 13%;
}
.viewCart > table > thead > tr > th + th + th + th + th + th {
	width: 7%!important;
}
.viewCart > table > tbody > tr {
	border-bottom: 1px solid #d9d8d8;
}
.viewCart > table > tbody > tr > td {
	margin: 0;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 10px 5px;
	text-align: center;
	border-left: 1px solid #d9d8d8;
}
.viewCart > table > tbody > tr > td:first-child {
	border-left: none;
	width: 5%;
}
.viewCart > table > tbody > tr > td + td {
	text-align: left
}
.viewCart > table > tbody > tr > td + td + td {
	text-align: center;
}
.viewCart > table > tbody > tr > td ul {
	color: #585757;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin-left: 25px;
	width: auto;
}
.viewCart > table > tbody > tr > td ul li {
	background: url(../images/list_style.png) left 5px no-repeat;
	padding: 0 0 0 10px;
}
.viewCart > table > tbody > tr > td select {
	border: 1px solid #d6d4d4;
	width: 90%;
}
.viewCart > table > tbody > tr:nth-child(2n) {
	background: none!important;
}
.count {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	border: 1px solid #d9d7d7;
	min-width: 25px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
.update {
	font-size: 10px;
	width: auto;
	float: right;
}
.update a {
	margin: 0 2px 0px 0;
	text-align: center;
	padding: 1px 6px 1px 6px;
	display: inline-block;
	color: #000 !important;
	border: 1px solid #bebebe;
	color: #3c3b3b;
	background: #cfcfcf; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%, #d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%, #d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%, #d6d6d6 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%, #d6d6d6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d6d6d6', GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.update a:hover {
	border: 1px solid #bebebe;
	color: #000;
	background: #b8b7b7; /* Old browsers */
	background: -moz-linear-gradient(top, #e4e3e3 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e3e3), color-stop(100%, #d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4e3e3 0%, #d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4e3e3 0%, #d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4e3e3 0%, #d6d6d6 100%); /* IE10+ */
	background: linear-gradient(top, #e4e3e3 0%, #d6d6d6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e3', endColorstr='#d6d6d6', GradientType=0 ); /* IE6-9 */
}
.itemPic {
	float: left;
	margin: 0;
	padding: 2px 2px 0;
	width: auto;
	border: 1px solid #d0d0d0;
}
.viewCart > table > tbody > tr > td span.itemPic {
	border: none;
	padding: 0px;
	text-align: center;
}
.viewCart > table > tbody > tr > td span.itemPic img {
	border: 1px solid #d0d0d0;
	padding: 2px;
}
.viewCart > table > tbody > tr > td span.product-heading {
}
.viewCartBottom {
	margin: 0;
	padding: 12px 0 4px 0;
	width: 100%;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
}
.updatebig {
	font-size: 16px;
}
.updatebig a {
	margin: 6px 2px 10px;
	text-align: center;
	padding: 2px 11px 2px 11px;
	display: inline-block;
	color: #3c3b3b;
	border: 1px solid #bebebe;
	color: #3c3b3b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #d7d7d7 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%, #d7d7d7 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d7d7d7', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	box-shadow: inset 0 0px 2px #fff,  0px 2px 4px rgba(149,149,149,0.75); /* Remove this line if you dont want a dropshadow on your buttons*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.updatebig a:hover {
	border: 1px solid #bebebe;
	color: #000;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f3f3 0%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f3f3), color-stop(100%, #d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f3f3 0%, #d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f3f3 0%, #d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f3f3 0%, #d7d7d7 100%); /* IE10+ */
	background: linear-gradient(top, #f6f3f3 0%, #d7d7d7 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f3f3', endColorstr='#d7d7d7', GradientType=0 ); /* IE6-9 */
}
.rightsection4 .six .chosebtn {
	margin: 0px;
}
.margL12 {
	margin-left: 12px;
}
.margR17 {
	margin-right: 17px;
}
.viewCartLeft {
	float: left;
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
}
.viewCartLeft h3 {
	color: #2d2d2b;
	font-size: 14px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.viewCartLeft p {
	float: left;
	margin: 0;
	padding: 3px 0 5px 0;
	width: 100%;
	font-size: 12px;
	color: #000;
}
.viewCartLeft dl {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
}
.viewCartLeft dl dt {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.viewCartLeft dl dd {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
.viewCartLeft dl dd select {
	border: 1px solid #d7d5d5;
	width: 100%;
	float: left;
	padding: 3px 3px 3px 5px;
}
.viewCartLeft dl dd input[type="text"] {
	border: 1px solid #d7d5d5;
	width: 96.70%;
	float: left;
	padding: 4px 5px;
}
.viewCartRight {
	float: left;
	margin: 12px 0 10px 0;
	padding: 13px 0 5px 0;
	width: 100%;
	background: #f7f7f7;
	border: 3px solid #d04526;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.viewCartRight dl {
	float: right;
	margin: 4px 19px 0 0;
	padding: 0;
	width: auto;
	clear: both;
}
.viewCartRight dl dt {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: auto;
	font-size: 12px;
	color: #27282b;
	font-weight: bold;
	text-align: right;
}
.viewCartRight dl dd {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	color: #27282b;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
.viewCartRight dl.grandTotal dt {
	font-size: 20px;
	color: #27282b;
}
.viewCartRight dl.grandTotal dd {
	font-size: 20px;
	color: #e75625;
}
.viewCartRight .chosebtn {
	margin-right: 8px !important;
}
.viewCartRight .paypalNew {
	margin-right: 8px !important;
}
.paypalNew {
	float: right;
	margin: 3px 17px 0 0;
	padding: 0;
	width: auto;
	font: 11px Arial, Helvetica, sans-serif;
	color: #004579;
	text-align: center;
	clear: both;
}
.paypalNew a {
	float: right;
	width: auto;
	text-align: right;
}
.dashMember {
	font-size: 16px !important;
	line-height: 18px;
	padding-bottom: 5px;
}
.address h4 a {
	font-size: 12px;
	text-decoration: underline;
	color: #e75625;
	float: right;
	margin-right: 3px;
}
.address h4 a:hover {
	text-decoration: none;
}
.accountID {
	color: #2d2d2b!important;
	text-decoration: none!important;
}
.accountID:hover {
	text-decoration: underline!important;
}
.myOrder {
	margin: 8px 0 0px 0;
	padding: 0;
	width: 100%;
	border: 1px solid #d9d8d8;
	border-radius: 3px;
}
.myOrder > table {
	border: none;
	margin-bottom: 0;
	border-collapse: collapse;
	width: 100%;
}
.myOrder > table > thead {
	border: 1px solid #fff;
	border-bottom: none;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.myOrder > table > thead > tr > th {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #d9d8d8;
	width: 20%;
}
.myOrder > table > thead > tr > th:nth-child(4) {
	width: 15%;
}
.myOrder > table > thead > tr > th:last-child {
	width: 12%;
}
.myOrder > table > tbody > tr {
	border-top: 1px solid #d9d8d8;
}
.myOrder > table > tbody > tr > td {
	margin: 0;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 10px 5px;
	text-align: center;
	border-left: 1px solid #d9d8d8;
}
.myOrder > table > tbody > tr > td a {
	color: #e75625;
	text-decoration: underline;
}
.myOrder > table > tbody > tr > td a:hover {
	color: #e75625;
	text-decoration: none;
}
.myOrder > table > tbody > tr > td:first-child {
	border-left: none;
}
.myOrder > table > tbody > tr > td select {
	border: 1px solid #d6d4d4;
	width: 90%;
}
.myOrder > table > tbody > tr:nth-child(2n) {
	background: none!important;
}
/*21/03/2013*/

.updatebig input[type="submit"] {
	margin: 3px 8px 10px 0;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
	border: none;
	background: #eaeaea none repeat scroll 0 0;
	border: 1px solid #ccc;
	height: 40px;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 16px;
	color: #393939;
	-webkit-appearance: none;
}
.updatebig input[type="submit"]:hover {
	background: #f4f4f4;
}
.processed input[type="submit"] {
	text-indent: -9999px;
	margin: 3px 0px 10px 8px;
	text-align: center;
	padding: 0;
	display: inline-block;
	border: none;
	background: url(../images/clearshopinghover.png) no-repeat;
	height: 44px;
	width: 196px;
	cursor: pointer;
}
.processed input[type="submit"]:hover {
	background: url(../images/clearshoping.png) no-repeat;
}
.step-title {
	background: url("../images/navbg.png") repeat-x scroll 0 0 transparent;
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.step-title span {
	background: #DADADA;
	color: #3A3C40;
	font-size: 15px;
	padding: 7px;
	float: left;
}
.step-title h2 {
	font-size: 13px;
	color: #000;
	float: left;
	padding: 9px 0 0 10px;
	font-weight: normal;
	background: none;
}
.checkprogress {
	width: auto;
	margin-bottom: 10px;
	border: solid 1px #DADADA;
}
.checkprogress h2 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: solid 1px #DADADA;
}
.checkprogress ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.checkprogress ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: dashed 1px #DADADA;
	display: block;
}
.checkprogress ul li:last-child {
	border: none;
}
.checkprogress ul li a {
	margin: 0px;
	padding: 5px 10px;
	font-size: 13px;
	color: #333333;
	display: block;
}
.checkprogress ul li a:hover {
	color: #000;
	background: #E5E5E5;
}
.step {/*border:solid 1px #dadada;*/
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.step h3 {
	font-size: 14px;
	color: #333;
	padding: 10px 0 0 15px;
	font-weight: normal;
}
.step p {
	font-size: 13px;
	color: #333;
	padding: 0 0 5px 15px;
}
.radiobtn {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 5px 0 0 15px;
	font-weight: normal;
}
.radiobtn input {
	margin: 2px 5px 0 0;
	float: left;
}
.step dl {
	float: left;
	font-size: smaller;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 1px 0 0 15px;
	width: 96%;
}
.step dl dt {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	color: #000;
}
.step dl dd {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.step dl dd select {
	border: 1px solid #d7d5d5;
	width: 100%;
	float: left;
	padding: 3px 3px 3px 5px;
}
.step dl dd input[type="text"] {
	border: 1px solid #d7d5d5;
	width: 96.70%;
	float: left;
	padding: 4px 5px;
}
.step dl dd input[type="password"] {
	border: 1px solid #d7d5d5;
	width: 96.70%;
	float: left;
	padding: 4px 5px;
}
.loginbtn {
}
.loginbtn {
	font-size: 13px;
	padding: 0 0 0 15px;
	width: 97%;
	float: left;
}
.loginbtn p {
	float: left;
	padding: 40px 10px 0;
}
.loginbtn p a {
	color: #F89E59;
}
.loginbtn p a:hover {
	color: #000;
}
.loginbtn input[type="button"] {
	background: -moz-linear-gradient(center top, rgb(251, 158, 127) 0%, rgb(225, 65, 11) 100%) repeat scroll 0 0 transparent;
	border: 1px solid rgb(225, 65, 11);
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 2px rgb(255, 255, 255) inset, 0 2px 4px rgba(149, 149, 149, 0.75);
	color: rgb(60, 59, 59);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 31px 2px 0;
	padding: 7px 0;
	text-align: center;
	width: 100%;
}
.loginbtn input[type="button"]:hover {
	background: -moz-linear-gradient(center top, rgb(252, 136, 98) 0%, rgb(225, 65, 11) 100%) repeat scroll 0 0 transparent;
}
/* added on 10-5-2013 */



.igallery .icolumn:first-child, .igallery .icolumns:first-child {
	margin-left: 0;
}
.igallery .icolumn:nth-child(4), .igallery .icolumns:nth-child(4) {
	margin-left: 0;
}
.igallery .icolumn:nth-child(7), .igallery .icolumns:nth-child(7) {
	margin-left: 0;
}
.igallery .icolumn:nth-child(10), .igallery .icolumns:nth-child(10) {
	margin-left: 0px;
}
.igallery .icolumn:nth-child(13), .igallery .icolumns:nth-child(13) {
	margin-left: 0px;
}
.icolumn, .icolumns {
	-moz-box-sizing: border-box;
	float: left;
	margin-left: 2.12766%;
	min-height: 1px;
	position: relative;
	width: 212px;
}
.row .minheight {
	min-height: 225px;
}
.changelinks {
	color: #FFFFFF;
	font-size: 12px;
}
.four.columns.Choosebox img {
	height: 51px !important;
}
.changelinks:hover {
	color: #D04526;
	text-decoration: underline;
}
.Choosebox {
	min-height: 102px;
}
.infotext {
	font-size: 11px;
	clear: both;
	padding: 5px 0px 5px 5px
}
/*-----------02-08-2013----------------*/

.breadkram span {
	font-size: 15px;
	color: #333;
}
.logo_text {
	color: #FFFFFF;
	font-size: 11px;
	left: 15px;
	position: absolute;
	top: 131px;
	z-index: 100;
	font-weight: normal;
}
.imagee2 {
	width: 41px;
	height: 170px;
	margin: 0 0 5px 0;
	float: left;
}
.imagee2 a {
	color: #fff;
	width: 41px;
	height: 170px;
	background: url(../images/off2.png) no-repeat;
	position: relative;
	float: left;
}
.imagee2 a span {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 41px;
	left: -58px;
	position: absolute;
	top: 50px;
	width: 170px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
/* custom css on 18-02-2013 for checkout page */







/*.opc {
	margin: 30px 0 30px 30px;
	float: left;
}*/
.loginbtn button.button {
	margin: 0 2px;
}
.please-wait {
	padding: 0px;
}
.loginbtn p.back-link {
	display: none;
	float: left;
	padding: 0px 10px 0;
}
.sp-methods label {
	width: auto;
}
#opc-review .step {
	float: left;
}
#checkout-review-table-wrapper, #checkout-review-submit {
	float: left;
	width: 100%;
}
/* =================================== 17 Nov==================================================== */

.brandingpage .rightsection4 {
	margin: 0px 0px 19px;
}
.salestitle {
	font-size: 45px;
	color: #fff;
	background: #000;
	padding: 12px 20px;
	font-weight: bold;
}
.contactcontent {
	clear: both;
}
.contactcontent h3 {
	color: #e75625;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	padding: 20px 0;
}
.contactcontent ul {
	padding: 0 0 50px 20px;
}
.contactcontent li {
	list-style: disc;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
}
.contactcontent h4 {
	color: #e75625;
	text-align: center;
	font-size: 24px;
	padding: 20px 0 0 0;
	color: #000;
	font-weight: bold;
}
.contactcontent p {
	font-size: 18px;
	padding-bottom: 30px;
}
.colortitle {
	background: #000;
	clear: both;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	padding: 25px 0;
	text-align: center;
	line-height: 40px;
	width: 103%;
	margin-left: -1.4%;
}
.readytxt {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 30px 0 20px 0;
}
.readytxt strong {
	font-size: 24px;
}
/* custom css added by satya */





.steptab {
	padding: 5px 10px;
	border: 1px solid #c83d0e;
	background: rgb(246,121,79); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,121,79,1) 0%, rgba(221,60,5,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246,121,79,1)), color-stop(100%, rgba(221,60,5,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,121,79,1) 0%, rgba(221,60,5,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,121,79,1) 0%, rgba(221,60,5,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,121,79,1) 0%, rgba(221,60,5,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,121,79,1) 0%, rgba(221,60,5,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6794f', endColorstr='#dd3c05', GradientType=0 ); /* IE6-9 */
}
.steptab li {
	float: left;
	background: url(../img/star.png) no-repeat left center;
	padding-left: 35px;
	padding-right: 10px;
}
.steptab li a {
	font-size: 11.5px;
	color: #2d2d2b
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.banner-sec-block {
	width: 98%;
	float: left;
	margin: 0 1% 10px 1% !important;
	padding: 10px 15px;
	background-color: #fff;
	border: solid 1px #d0cfcf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.banner-sec-block .left-sec-block {
	width: 64%;
	padding-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}
.banner-sec-block .left-sec-block #divSimpleSlider {
	width: 100%;
}
.banner-sec-block .left-sec-block .nested-container {
	width: 100%;
	margin: 0px;
}
.banner-sec-block .right-sec-block {
	width: 36%;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}
.banner-sec-block .right-sec-block .img-block {
	width: 100%;
	height: 168px;
	background-color: #666;
	overflow: hidden;
	border: 1px solid #ccc;
}
.banner-sec-block .right-sec-block .img-block img {
	width: 100%;
}
.comman-repeat-block {
	width: 98%;
	float: left;
	margin: 10px 1% 5px 1% !important;
	padding: 10px 15px;
	background-color: #fff;
	border: solid 1px #d0cfcf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.comman-repeat-block .rightsection .h1class {
	background: url("../images/headingbg.png") repeat-x scroll 0 12px transparent;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0 0 10px 18px;
}
.comman-repeat-block .rightsection .h1class span {
	background-color: #fff;
	padding: 0 10px
}
.comman-repeat-block .rightsection .h1class a.view-all, .comman-repeat-block .content_section .h1class a.view-all {
	font-size: 15px;
	float: right;
	margin-right: 0px;
	background-color: #fff;
	padding: 4px 10px 0px 10px;
	margin-top: 0px;
	border: 1px solid #ccc;
	font-weight: normal;
}
.comman-repeat-block .rightsection .h1class a.view-all:hover {
	background-color: #f4f4f4;
}
.comman-repeat-block .rightsection .sliderbox .whitebg img {
	display: inherit;
	vertical-align: middle;
}
.device_section {
	width: 100%;
	float: left;
	margin: 10px 0 5px 0;
	padding: 0;
}
.device_bg {
	width: 100%;
	float: left;
	background: #F4F4F4;
	padding: 18px 10px 15px 10px;
	box-shadow: 0 2px 5px #949494;
	-moz-box-shadow: 0 2px 5px #949494;
	-webkit-box-shadow: 0 2px 5px #949494;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.device_bg h3 {
	text-align: center;
	font-size: 30px;
	margin-top: 4px;
}
.device_bg h3 span {
	font-weight: normal;
}
.device_bg .select_categary {
	position: relative;
	margin: 0px 0 0 0;
}
.device_bg .select_categary form fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.findbtn {
	background: #d04526;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
	font-size: 25px;
	cursor: pointer;
	float: right;
	border: none;
	outline: none;
	color: #fff;
	height: 51px;
	width: 9.5%;
	margin: 0 1%;
	font-weight: bold;
	-webkit-appearance: none;
}
/*select css start*/

.select_categary select {
	width: 230px;
	margin-right: 10px;
	outline: none;
	border: none;
}
/*.ui-state-default,

.ui-widget-content .ui-state-default,

.ui-widget-header .ui-state-default {border: 1px solid #d3d3d3; background: #fff ; font-weight: normal;color: #555555;  margin-right: 16px;}*/

.overflow {
	height: auto;
}
fieldset {
	border: 0;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px !important;
	box-shadow: none;
	border: none;
	margin: 0%;
	width: 100% !important;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 5px;
}
.ui-selectmenu-button span.ui-icon {
	right: 9px;
	left: auto;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
.ui-icon {
	height: 23px;
	width: 36px;
}
.ui-state-default .ui-icon {
	background-image: url("../images/sel_arrow.png");
}
.ui-state-focus .ui-icon {
	background-image: url("../images/sel_arrow_hover.png");
}
.ui-icon-triangle-1-s {
	background-position: 10px -5px;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 14px 12px;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 17px;
	color: #333;
	text-shadow: none;
	width: 85%;
}
.ui-selectmenu-open {
	display: block!important;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-front {
	z-index: 100;
}
.ui-selectmenu-menu .ui-menu {
	overflow-x: hidden;
	overflow-y: auto;
	/* padding-bottom: 1px; */

	border: none;
	border-radius: 5px;
	margin-top: 14px;
}
.ui-selectmenu-menu .ui-menu:before {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -20px;
}
.ui-widget-content {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #aaaaaa;
	color: #222222;
	box-shadow: 0 0 15px #AEAEAE;
	-moz-box-shadow: 0 0 15px #AEAEAE;
	-webkit-box-shadow: 0 0 15px #AEAEAE;
}
.ui-menu {
	display: block;
	list-style: outside none none;
	margin: 0;
	outline: medium none;
	padding: 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: -1px;
}
.ui-menu li:last-child {
	border: none;
}
.ui-menu .ui-menu-item {
	cursor: pointer;
	margin: 0;
	min-height: 0;
	padding: 4px 10px;
	margin: 0 5px;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	color: #666;
}
.ui-menu .ui-menu-item:hover {
	background: #666;
	color: #fff;
}
/*select css end*/







.content_section {
	width: 100%;
	float: left;
}
.content_section .section_bg {
	width: 100%;
	float: left;
	background: #fff;
	box-sizing: border-box;
}
.content_section .section_bg .titlebg {
	/*background: url(../images/repeat_head.jpg) 0 5px repeat-x;*/
	width: 100%;
	float: left;
}
.content_section .section_bg .titlebg h2 {
	padding: 0 0 0 30px;
	font-size: 20px;
}
.content_section .section_bg .titlebg h2 span {
	background: #FFF;
	padding: 0 12px;
}
.content_section .section_bg .titlebg h2 .seeall {
	color: #36C;
	text-decoration: none;
	padding-left: 10px;
	font-size: 16px;
}
.content_part {
	width: 100%;
	float: left;
	padding: 5px 0;
}
.content_part .content_left {
	width: 32%;
	float: left;
	padding-right: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_part .content_right {
	width: 68%;
	float: left;
	padding-top: 20px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.list_custom {
	background: #f6f3f3;
	border: solid 1px #ccc;
	margin: 24px 0 0 0;
	padding: 16px 15px 12px 15px;
}
.list_custom li {
	margin: 0px;
	background: url(../images/list_style.png) no-repeat 0 12px;
	padding: 2px 0 2px 12px;
	margin-bottom: 3px;
	text-align: left;
}
.list_custom li a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.list_custom .oralign {
	width: 225px;
	text-align: center;
	list-style: none;
	background: none;
	padding-left: 0px;
	margin-left: 0px;
	color: #333;
	font-weight: bold;
}
.content_part .content_right .select_device {
	width: 31%;
	float: left;
	text-align: center;
}
.content_part .content_right .plus_sign {
	width: 3%;
	float: left;
	text-align: center;
}
.content_part .content_right .tabletplus {
	width: 31%;
	float: left;
	text-align: center;
}
.content_part .content_right .equal {
	width: 3%;
	float: left;
	text-align: center;
}
.content_part .content_right .result_mobile {
	width: 31%;
	float: left;
	text-align: center;
}
.content_part .content_right .img_block {
	margin-top: 10px;
}
.content_part .content_right .top_text {
	min-height: 40px;
}
.content_part .content_right .top_text p {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.content_part .content_right .middlesign {
	display: table-cell;
	height: 206px;
	padding: 55px 4px 0;
	vertical-align: middle;
	width: 100%;
	font-size: 24px;
}
.middle_content {
	width: 100%;
	float: left;
}
.top_device {
	width: 100%;
	float: left;
	padding: 0px;
}
.top_device .h1class {
	background: url("../images/headingbg.png") repeat-x scroll 0 12px transparent;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0 0 10px 18px;
	text-align: left;
}
.top_device .h1class span {
	background-color: #fff;
	padding: 0px;
}
.top_device h3 {
	text-align: center;
	font-size: 18px;
}
.phone_skin {
	width: 20%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
	margin: 15px 0 10px 0;
}
.phone_skin h5 {
	color: #333;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
	line-height: inherit;
	height: auto;
}
/*.phone_skin h5 span{color:#e9552e;}*/

.phone_skin ul {
	margin: 0;
	padding: 0;
}
.phone_skin ul li {
	display: block;
	margin: 0 0 2px 0;
	float: left;
	width: 100%;
}
.phone_skin ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #666;
}
.phone_skin ul li a:hover {
	color: #e9552e;
}
.phone_skin .see-more a {
	color: #eb542c;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.img_section {
	width: 100%;
	float: left;
}
.img_section .spider_block {
	width: 48%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 0 1%;
	height: 230px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.img_section .spider_block img {
	max-width: 100%;
}
.img_section .spider_block .title-block {
	position: absolute;
	left: 0px;
	bottom: -100%;
	width: 100%;
	background-color: rgba(15, 15, 15, 0.5);
	color: #fff;
	padding: 10px 10px 7px 10px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.img_section .spider_block:hover .title-block {
	bottom: 0px;
}
.alert_line {
	width: 100%;
	float: left;
	background: #eb542c;
	padding: 0;
	margin-bottom: 10px;
}
.alert_line p {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 3px 0 0 0;
}
.alert_line p span {
	font-size: 18px;
	font-weight: bold;
}
.alert_line a {
	text-decoration: underline;
	color: #000;
}
.comman-heading {
	width: 100%;
	float: left;
}
.comman-heading h3 {
	background: url(../images/headingbg.png) 0px 12px repeat-x;
	padding: 4px 0 0 20px;
	font-size: 20px;
}
.comman-heading h3 span {
	background-color: #fff;
	padding: 0 10px;
}
.comman-heading .title {
	width: 100%;
	float: left;
	font-size: 14px;
	margin-top: 9px;
}
.product-list-detail {
	width: 100%;
	float: left;
	margin-top: 8px;
}
.product-list-detail .rightsection .three {/*width:18%;*/
}
.direction-nav {
	display: none;
}
.select-boxes {
	position: relative;
	width: 42% !important;
	float: left;
	margin: 0 1%;
}
.select-boxes.disable .ui-selectmenu-button {
	cursor: not-allowed;
	background-color: #eee;
	border-color: #C8C8C8;
}
.select-boxes.disable .ui-selectmenu-button span.ui-selectmenu-text {
	color: #A8A8A8;
}
.select-boxes .popover-content {
	padding: 4px;
	padding: 15px 5px 13px 5px;
	width: 75%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	box-sizing: border-box;
	position: absolute;
	top: -68px;
	text-align: center;
	left: 0px;
	margin: 0 11%;
}
.select-boxes .popover-content:before {
	content: '';
	border-top: 9px solid #000;
	border-bottom: 9px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -10px;
}
.find-product-tabs {
	width: 100%;
	float: left;
	margin: 5px 0 5px;
	position: relative;
}
.find-product-tabs .heading {
	color: #333;
	float: left;
	font-size: 22px;
	font-weight: normal !important;
	position: absolute;
	top: 7px;
}
.find-product-tabs .tabs-block {
	float: left;
	margin-left: 230px;
}
.find-product-tabs .tabs-block ul {
	display: inline-block;
}
.find-product-tabs .tabs-block ul li {
	border: 1px solid #ddd;
	float: left;
	list-style: outside none none;
	margin: 2px;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.find-product-tabs .tabs-block ul li a {
	color: #333;
	display: block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 20px;
	box-shadow: 0 0 11px #f4f4f4 inset;
	-moz-box-shadow: 0 0 11px #f4f4f4 inset;
	-webkit-box-shadow: 0 0 11px #f4f4f4 inset;
}
.find-product-tabs .tabs-block ul li a:hover {
	box-shadow: 0 0 11px #ccc inset;
	-moz-box-shadow: 0 0 11px #ccc inset;
	-webkit-box-shadow: 0 0 11px #ccc inset;
}
.find-product-tabs .tabs-block ul li a.active {
	box-shadow: 0 0 11px #ccc inset;
	-moz-box-shadow: 0 0 11px #ccc inset;
	-webkit-box-shadow: 0 0 11px #ccc inset;
	font-weight: bold;
}
.opc-review-actions .form-list .input-box textarea {
	width: 68% !important;
}
.opc-wrapper-opc .btn-checkout {
	margin: 0 0 0 9px !important;
	width: 96% !important;
}
.opc-index-index .opc-review-actions .button {
	background: none !important;
	height: 45px;
	margin: 0 !important;
	padding: 0 9px !important;
	width: 100% !important;
}
.detaill-page-tab-block .ui-widget-content {
	background: none;
	box-shadow: none;
	border: none;
}
 @media only screen and (max-width:960px) {
}
 @media only screen and (max-width: 768px) {
}
 @media only screen and (max-width: 480px) {
}
/*#login-form .submit input{  font-family: Lucida Sans;

  font-size: 18px;

  background-color: #d04526;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d04526), color-stop(100%,#d04526));

  border: none;

  box-shadow: none;

  color: #fff;

  height: 38px;

  line-height: 38px;

  padding: 0 26px;

  width: auto;

  margin: 10px 0 0 0;

  font-weight: bold;

  float: left;

}*/



#login-form .submit input {
	background: #d04526 none repeat scroll 0 0 !important;
	border: 1px solid #e1410b;
	border-radius: 4px!important;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	line-height: 35px;
	margin: 3px 2px 10px;
	padding: 0 23px;
	text-align: center;
	box-shadow: none;
	width: auto !important;
	-webkit-appearance: none;
}
#login-form .accoutdiv {
	float: left;
	font-size: 15px;
	margin: 18px 0 0 0px;
	width: 100%
}
#login-form .forgotpassword {
	color: #007dc6;
	float: left;
	font-size: 13px;
	margin-top: 10px;
	line-height: 16px;
}
#login-form .forgotpassword:hover {
	text-decoration: underline;
}
/*#form-validate .submit input{font-family: Lucida Sans !important;

  font-size:18px !important;

  background-color: #d04526 !important;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d04526), color-stop(100%,#d04526));

  border: none !important;

  box-shadow: none !important;

  color: #fff;

  height:38px;

  line-height:38px;

  padding: 0 30px;

  width: auto;

  margin:10px 0 0 0;

  font-weight: bold;

  float: left; width:auto !important;

}*/





#form-validate .submit input {
	background: #d04526 none repeat scroll 0 0 !important;
	border: 1px solid #e1410b;
	border-radius: 4px!important;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	width: auto !important;
	height: 38px;
	line-height: 35px;
	margin: 3px 2px 10px;
	padding: 0 23px;
	text-align: center;
	box-shadow: none;
	float: left;
	-webkit-appearance:none;
}
#contactForm .submit input {
	font-size: 18px !important;
	background-color: #d04526 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d04526), color-stop(100%, #d04526));
	border: none !important;
	box-shadow: none !important;
	color: #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
	width: auto;
	margin: 10px 0 0 0;
	font-weight: bold;
	float: left;
}
#flashContent {
	padding: 10px 0 !important;
	width: 100%;
	text-align: center;
}
/*-------------------------< 21-05-2015 >----------------------*/



.height132 {
	min-height: 170px;
}
.login_textbox {
	background: #fff;
	padding: 7px;
	font-size: 14px;
	color: #000;
	border: solid 1px #d6d4d4;
	width: 80%;
	line-height: 20px;
	margin: 5px 0 5px 0;
	outline: none;
	resize: none;
}
.migLN {
	margin-left: 0px !important;
	margin-top: 15px;
}
.accoutdiv a {
	color: #007dc6;
}
.loginbox p span .tag {
	font-weight: normal;
	color: #444;
}
.loginbox label {
	color: #161616;
	font-size: 14px;
	margin-bottom: 0px;
	width: 100%;
	cursor: default;
}
.edit_section {
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
}
.edit_section span {
	margin: 0 10px;
}
.edit_section a {
	color: #707070;
	text-decoration: none;
}
.edit_section a:hover {
	text-decoration: underline;
}
.myaccountleft .show_images {
	border: none !important;
	float: left;
	margin: 15px 5px;
	padding: 10px 22px;
	width: auto;
}
.my-account {
	width: 100%;
	float: left;
}
.my-account .myaccountleft {
	width: 97% !important;
}
.my-account .myaccountleft .show_images .chosebtn a {
	background: #d04526 none repeat scroll 0 0;
	border: 1px solid #e1410b;
	border-radius: 4px!important;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 33px;
	margin: 3px 2px 10px;
	padding: 0 23px;
	text-align: center;
}
.my-account .myaccountleft .show_images .chosebtn a.sharebtn {
	background: #4a66b1 none repeat scroll 0 0;
	border: 1px solid #4a66b1;
}
.margT15 {
	margin-top: 15px;
}
.margT16 {
	margin-top: 16px;
}
.return {
	float: left;
	font-size: 15px;
	margin: 18px 0 0;
	width: 100%;
	padding-left: 12px;
}
.return a {
	color: #007dc6;
	margin-left: 10px;
	text-decoration: none;
}
.return a:hover {
	text-decoration: underline;
}
/*-----------------<25-5-2015>-------------------------*/



.rightsection2 .detailbg {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #d9d8d8;
	padding: 13px 17px;
}
.rightsection2 .detailbg .three.columns img {
	width: 100%;
}
.rightsection2 .detailbg .nine.columns {
	margin: 0;
	padding: 15px 0 0 45px;
	position: relative;
	width: 76%;
}
.rightsection2 .detailbg .nine.columns h1 {
	width: 100%;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	font-size: 23px;
}
.rightsection2 .detailbg .nine.columns .chosebtn .h2class {
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
}
.rightsection2 .detailbg .nine.columns ul {
	margin-left: 40px !important;
	width: 70%;
	display: inline-block;
}
.rightsection2 .detailbg .create_myown {
	font-weight: bold;
	margin-top: 26px;
}
.rightsection2 .h2class {
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0 0;
	padding: 4px 0 10px 18px;
	color: #e75625;
}
.rightsection2 h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 6px 0 0;
	padding: 0 0 10px 0px;
	color: #000000;
	display: block;
	float: left;
	width: 78%
}
.rightsection2 h1 span {
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	float: left;
}
.rightsection2 p {
	font-size: 14px;
	line-height: 30px;
}
.padT_18 {
	padding-top: 18px;
}
.create_myown {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	margin: 6px 0 0;
	line-height: 30px;
}
.Product_outer {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.Product_inner {
	margin-left: -15px;
	margin-right: -15px;
}
.product_block {
	width: 20%;
	margin: 0;
	border: none !important;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}
.product_block .newproduct {
	/*width: 100%;*/
	float: none;
	display: inline-block;
	background: #707070;
	/*height: 160px;*/
	margin-bottom: 0px;
}
.product_block .newproduct img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.Product_inner .product_block p {
	font-size: 12px;
	text-align: center;
	width: 100%;
	float: left;
	color: #000000;
	margin-bottom: 5px;
}
.Product_inner .product_block p span {
	font-size: 13px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 11px;
}
.Product_inner .product_block .chosebtn {
	font-size: 16px;
	text-align: center;
}
/*-----------------<25-5-2015>-------------------------*/

.rightsection2 .photo_block {
	padding: 13px 17px;
	clear: both;
	float: left;
	width: 97%;
}
.rightsection2 .photo_block p {
	font-size: 13px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 22px;
}
.rightsection2 .photo_block .titlebg h2 {
	font-size: 20px;
	padding: 0 0 0 30px;
}
.rightsection2 .photo_block .titlebg h2 span {
	background: #fff none repeat scroll 0 0;
	padding: 0 12px;
}
.rightsection2 .description_block {
	padding: 13px 17px;
	clear: both;
	float: left;
}
.rightsection2 .description_block p {
	font-size: 13px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 22px;
}
.rightsection2 .description_block .titlebg h2 {
	font-size: 20px;
	padding: 0 0 0 30px;
}
.rightsection2 .description_block .titlebg h2 span {
	background: #fff none repeat scroll 0 0;
	padding: 0 12px;
}
.rightsection2 .topdesign_block {
	padding: 13px 17px;
	clear: both;
	float: left;
	width: 97%;
}
.rightsection2 .topdesign_block p {
	font-size: 13px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 22px;
}
.rightsection2 .topdesign_block .titlebg h2 {
	font-size: 20px;
	padding: 0 0 0 30px;
}
.rightsection2 .topdesign_block .titlebg h2 span {
	background: #fff none repeat scroll 0 0;
	padding: 0 12px;
}
.description_block .content_part .content_right .top_text p {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.middlenave_block {
	width: 100%;
	float: left;
	margin-top: 19px;
}
.middlenave_block ul.ui-tabs-nav {
	display: block;
	list-style: none;
	float: left;
}
.middlenave_block ul.ui-tabs-nav li {
	width: 171px;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	list-style: none;
	float: left;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #d4d4d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d4d4d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #d4d4d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #d4d4d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #d4d4d4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1f1f1 0%, #d4d4d4 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d4d4d4', GradientType=0 ); /* IE6-9 */
	margin-left: 2px;
	height: 34px;
	line-height: 37px;
}
.middlenave_block ul.ui-tabs-nav li.ui-tabs-active {
	background-color: #bfbfbf;
	background-image: none;
}
.middlenave_block ul.ui-tabs-nav li a {
	font-size: 17px;
	text-decoration: none;
	color: #171717;
	display: block;
}
.middlenave_block ul.ui-tabs-nav li a:hover {
	background: #bfbfbf;
	display: block;
}
.detaill-page-tab-block .ui-tabs-panel {
	min-height: 360px;
	margin-top: 20px;
	border: 1px solid #d9d8d8;
	width: 100%;
	display: inline-block;
}
.detaill-page-tab-block .photo_block .jcarousel-wrapper {
	margin-top: 20px;
	margin-bottom: 0px;
}
/*-------------------------< 27-5-2015 >----------------------------*/



.maindesign_section {
	box-sizing: border-box;
	float: left;
	margin: 10px 1% 5px !important;
	width: 98%;
}
.maindesign_section .maindesign_inner {
	margin-left: -4px;
	margin-right: -4px;
}
.maindesign_section .maindesign_inner ul {
	width: 100%;
	display: block;
	float: left;
	list-style: none;
}
.maindesign_section .maindesign_inner ul li {
	width: 24%;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 4px;
	background: #fff;
	list-style: none;
}
.maindesign_section .maindesign_inner ul li a {
	display: block;
	padding: 5px;
	color: #000000;
	border: 1px solid #fff
}
.maindesign_section .maindesign_inner ul li a:hover {
	border: 1px solid #F00
}
.maindesign_section .maindesign_inner ul li .design_title {
	text-align: center;
	margin-bottom: 8px;
	font-size: 18px;
}
.maindesign_section .maindesign_inner ul li .design_image {
	text-align: center;
	margin-bottom: 8px;
}
.maindesign_section .maindesign_inner ul li .design_price {
	text-align: center;
	margin-bottom: 8px;
	font-size: 18px;
}
.newdesign_detail {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d0cfcf;
	margin: 10px 1% 5px !important;
	padding: 10px 15px;
	box-sizing: border-box;
}
.newdesign_detail .photo_block {
	border: 1px solid #d0cfcf;
	clear: both;
	float: left;
	padding: 13px 17px;
	width: 100%;
	box-sizing: border-box;
}
.newdesign_detail .description_block {
	border: 1px solid #d9d8d8;
	padding: 13px 17px;
	margin-top: 0px;
	clear: both;
	float: left;
	width: 100% !important;
	box-sizing: border-box;
}
.newdesign_detail .description_block p {
	font-size: 13px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 22px;
}
.newdesign_detail .description_block .titlebg h2 {
	font-size: 20px;
	padding: 0 0 0 30px;
}
.newdesign_detail .description_block .titlebg h2 span {
	background: #fff none repeat scroll 0 0;
	padding: 0 12px;
}
.detail_imgblock {
	width: 100%;
	float: left;
	text-align: center;
}
.detail_imgblock_Hight{ min-height:360px;}

.newdetailbg {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #d9d8d8;
	padding: 28px;
}
/* Date : 18-12-2015 */
.newdetailbg .price_block {
	width: 100%;
	float: left;
	margin: 11px 0;
}
.newdetailbg .price_block .price {
	width: 50%;
	font-size: 19px;
	line-height: 30px;
	color: #000000;
	padding: 5px 0 0;
	display: inline-block;
	text-align: left;
	float:left;
}
.newdetailbg .price_block .price .price{ float:none;}
.newdetailbg .price_block .quantity {
	width: auto;
	float: right;
	display:inline-block;
}
.newdetailbg .price_block input.qty {
	border: 2px solid #bfbfbf;
	float: left;
	font-size: 18px;
	height: 37px;
	text-align: center;
	width: 55px !important;
}
input.qtyplus {
	width: 41px;
	height: 41px;
	border: 2px solid #bfbfbf;
	background: #fff;
	float: left;
	font-size: 18px
}
input.qtyminus {
	width: 41px;
	height: 41px;
	border: 2px solid #bfbfbf;
	background: #fff;
	float: left;
	font-size: 18px
}
.newdetailbg .addtocart a {
	background: #d04526 none repeat scroll 0 0;
	border: 1px solid #e1410b;
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	font-size: 28px;
	margin: 3px 2px 10px;
	padding: 0 17px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.newdetailbg .rightblock {
	width: 100%;
	float: left;
	display: block;
	text-align:left;
	position:relative;
}
.newdetailbg .rightblock .heading h3 {
	color: #000000;
	display: block;
	float: left;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px;
	line-height:20px;
}
.newdetailbg .rightblock .skinblock {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
}
.skinoption {
	width: 100%;
	float: left;
}
.skinoption .innerbox {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.skinoption label {
	font-size: 16px;
	color: #e9552e;
	width: 100%;
}
.skinoption label.margin10B {
	margin-bottom: 20px;
}
.skinoption .select-style {
	padding: 10px;
	margin: 0;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	color: #000000;
	background: #fff url(../images/drop_arrow.png) no-repeat 98% 50%;
}
.skinoption .select-style select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	font-weight: bold;
}
.skinoption .select-style select:focus {
	outline: none;
}
.skinoption .innerbox .groupbox {
	width: 48%;
	float: left;
	display: inline-block;
	margin-bottom: 10px;
}
.skinoption .innerbox .groupbox .textbox {
	border-radius: 4px;
	width: 50%;
	padding: 8px 8px;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	border: none;
}
.skinoption .innerbox .groupbox label {
	font-size: 14px;
	float: left;
	color: #000;
	width: 45%;
	padding-top: 5px;
	text-align: right;
	margin-right: 10px;
	box-sizing: border-box;
}
.skinoption .innerbox .groupbox2 {
	width: 48%;
	float: right;
	display: inline-block;
	margin-bottom: 10px;
}
.skinoption .innerbox .groupbox2 .textbox {
	border-radius: 4px;
	width: 50%;
	padding: 8px 8px;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	border: none;
}
.skinoption .innerbox .groupbox2 label {
	font-size: 14px;
	float: left;
	color: #000;
	width: 45%;
	padding-top: 5px;
	text-align: right;
	margin-right: 10px;
	box-sizing: border-box;
}
.pad20L {
	padding-left: 20px;
}
/*-----------------<28-5-2015>-------------------------*/

.rightsection2 .tab_content .photo_block {
	border: 1px solid #d9d8d8;
	padding: 13px 17px;
	margin-top: 19px;
	clear: both;
	float: left;
	width: 97%;
}
.rightsection2 .tab_content .photo_block p {
	font-size: 13px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 22px;
}
.rightsection2 .tab_content .photo_block .titlebg h2 {
	font-size: 20px;
	padding: 0 0 0 30px;
}
.rightsection2 .tab_content .photo_block .titlebg h2 span {
	background: #fff none repeat scroll 0 0;
	padding: 0 12px;
}
.rightsection2 .tab_content .description_block {
	border: 1px solid #d9d8d8;
	padding: 13px 17px;
	margin-top: 19px;
	clear: both;
	float: left;
	width: 100%;
}
.rightsection2 .description_block p {
	font-size: 13px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 22px;
}
.rightsection2 .tab_content .description_block .titlebg h2 {
	font-size: 20px;
	padding: 0 0 0 30px;
}
.rightsection2 .tab_content .description_block .titlebg h2 span {
	background: #fff none repeat scroll 0 0;
	padding: 0 12px;
}
.rightsection2 .topdesign_block {
	padding: 13px 17px;
	clear: both;
	float: left;
}
.rightsection2 .topdesign_block p {
	font-size: 13px;
	color: #000000;
	float: left;
	width: 100%;
	line-height: 22px;
}
.rightsection2 .topdesign_block .titlebg h2 {
	font-size: 20px;
	padding: 0 0 0 30px;
}
.rightsection2 .topdesign_block .titlebg h2 span {
	background: #fff none repeat scroll 0 0;
	padding: 0 12px;
}
.tab_content .description_block .content_part .list_custom li {
	background: url("../images/list_style.png") no-repeat scroll 0 12px;
	margin: 0 0 3px;
	padding: 2px 0 2px 12px;
	box-shadow: none;
	border: none;
	width: 100%;
	text-align: left;
	float: left;
}
.tab_content .description_block .content_part .list_custom li a {
	background: none;
}
.pws_tabs_container.pws_tabs_responsive {
	width: 100% !important;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll {
	width: 100%;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll li {
	vertical-align: top;
	text-align: center;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll li a {
	margin: 0;
	font-size: 1em;
	line-height: 1.125em;
	overflow: hidden;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll li a i {
	display: block;
	margin: 0 0 5px 0;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical {
	display: block;
	position: relative;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical:after {
	display: block;
	content: '';
	clear: both;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical ul.pws_tabs_controll {
	width: 100%;
	position: relative;
	float: none;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical ul.pws_tabs_controll li {
	display: inline-block;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical ul.pws_tabs_controll li a {
	margin: 0;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical .pws_tabs_list {
	position: relative;
	float: none;
}
}
 @media only screen and (max-width: 37.5em) {
.pws_tabs_container.pws_tabs_responsive {
	width: 100% !important;
	position: relative;
}
.pws_tabs_container.pws_tabs_responsive .pws_responsive_small_menu {
	width: 100%;
	height: 40px;
	background-color: #9bd7d5;
	display: block;
}
.pws_tabs_container.pws_tabs_responsive .pws_responsive_small_menu a {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 32px;
	font-size: 2em;
	text-align: center;
	padding: 3px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pws_tabs_container.pws_tabs_responsive .pws_responsive_small_menu a:hover {
	background-color: #70c5c2;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll.pws_tabs_menu_popup {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 40px;
	left: 0;
	z-index: 99;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll.pws_tabs_menu_popup li {
	display: block;
	float: none;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll.pws_tabs_menu_popup li a i {
	display: inline-block;
	margin: 0 3px 0 0;
	margin: 0 0.1875em 0 0;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_rtl ul.pws_tabs_controll.pws_tabs_menu_popup li a i {
	display: inline-block;
	margin: 0 0 0 3px;
	margin: 0 0 0 0.1875em;
}
}
.pws_tabs_container {
	width: 100%;
}
.pws_tabs_container ul.pws_tabs_controll {
	list-style: none;
}
.pws_tabs_container ul.pws_tabs_controll li {
	display: inline-block;
}
.pws_tabs_container ul.pws_tabs_controll li a {
	display: block;
	background-color: #9bd7d5;
	padding: 15px 20px;
	padding: 0.9375em 1.25em;
	text-decoration: none;
	color: #fff;
	margin-right: 3px;
}
.pws_tabs_container ul.pws_tabs_controll li a:hover {
	background-color: #70c5c2;
}
.pws_tabs_container ul.pws_tabs_controll li a i {
	margin-right: 8px;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_noname i {
	margin-right: 0;
	margin-left: 0;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
	background-color: white;
	color: #505050;
}
.pws_tabs_list {
	display: block;
	background-color: #fff;
	height: auto;
	padding: 20px;
	padding: 1.25em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out .3s;
	-moz-transition: all .3s ease-in-out .3s;
	-ms-transition: all .3s ease-in-out .3s;
	-o-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s;
	overflow: hidden;
	position: relative;
}
.pws_tab_single {
	position: absolute;
	top: 20px;
	padding-right: 20px;
	padding-right: 1.25em;
	-webkit-transition: all .3s ease-in-out .0;
	-moz-transition: all .3s ease-in-out .0;
	-ms-transition: all .3s ease-in-out .0;
	-o-transition: all .3s ease-in-out .0;
	transition: all .3s ease-in-out .0;
}
/**

  * ######################################################

  * Right To Left Styles

  * ######################################################

  */

.pws_tabs_container.pws_tabs_rtl {
	text-align: right;
	direction: rtl;
}
.pws_tabs_container.pws_tabs_rtl ul.pws_tabs_controll li a {
	margin-right: 0;
	margin-left: 3px;
}
.pws_tabs_container.pws_tabs_rtl ul.pws_tabs_controll li a i {
	margin-left: 8px;
	margin-right: 0;
}
.pws_tabs_container.pws_tabs_rtl .pws_tab_single {
	padding-right: 0;
	padding-left: 20px;
	padding-left: 1.25em;
}
/**

  * ######################################################

  * Vertical Position

  * ######################################################

  */

.pws_tabs_container.pws_tabs_vertical {
	display: block;
	position: relative;
}
.pws_tabs_container.pws_tabs_vertical:after {
	display: block;
	content: '';
	clear: both;
}
.pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll {
	width: auto;
	position: relative;
	float: left;
}
.pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll li {
	display: block;
}
.pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll li a {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3px;
}
.pws_tabs_container.pws_tabs_vertical .pws_tabs_list {
	position: relative;
	float: left;
}
/**

  * ######################################################

  * Colors - Themes @1.2.0

  * ######################################################

  */

/**

* ###########################

* violet

* ###########################

*/

.pws_tabs_container.pws_tabs_responsive.pws_theme_violet .pws_responsive_small_menu {
	background-color: #c72c66;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_violet .pws_responsive_small_menu a:hover {
	background-color: #a6164c;
}
.pws_tabs_container.pws_theme_violet ul.pws_tabs_controll li a {
	background-color: #c72c66;
}
.pws_tabs_container.pws_theme_violet ul.pws_tabs_controll li a:hover {
	background-color: #a6164c;
}
.pws_tabs_container.pws_theme_violet ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**

* ###########################

* green

* ###########################

*/

.pws_tabs_container.pws_tabs_responsive.pws_theme_green .pws_responsive_small_menu {
	background-color: #86c447;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_green .pws_responsive_small_menu a:hover {
	background-color: #539312;
}
.pws_tabs_container.pws_theme_green ul.pws_tabs_controll li a {
	background-color: #86c447;
}
.pws_tabs_container.pws_theme_green ul.pws_tabs_controll li a:hover {
	background-color: #539312;
}
.pws_tabs_container.pws_theme_green ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**

* ###########################

* yellow

* ###########################

*/

.pws_tabs_container.pws_tabs_responsive.pws_theme_yellow .pws_responsive_small_menu {
	background-color: #fdb813;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_yellow .pws_responsive_small_menu a:hover {
	background-color: #ffa500;
}
.pws_tabs_container.pws_theme_yellow ul.pws_tabs_controll li a {
	background-color: #fdb813;
}
.pws_tabs_container.pws_theme_yellow ul.pws_tabs_controll li a:hover {
	background-color: #ffa500;
}
.pws_tabs_container.pws_theme_yellow ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**

* ###########################

* gold

* ###########################

*/

.pws_tabs_container.pws_tabs_responsive.pws_theme_gold .pws_responsive_small_menu {
	background-color: #f89827;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_gold .pws_responsive_small_menu a:hover {
	background-color: #fa7b00;
}
.pws_tabs_container.pws_theme_gold ul.pws_tabs_controll li a {
	background-color: #f89827;
}
.pws_tabs_container.pws_theme_gold ul.pws_tabs_controll li a:hover {
	background-color: #fa7b00;
}
.pws_tabs_container.pws_theme_gold ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**

* ###########################

* orange

* ###########################

*/

.pws_tabs_container.pws_tabs_responsive.pws_theme_orange .pws_responsive_small_menu {
	background-color: #f15b42;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_orange .pws_responsive_small_menu a:hover {
	background-color: #fd2e0b;
}
.pws_tabs_container.pws_theme_orange ul.pws_tabs_controll li a {
	background-color: #f15b42;
}
.pws_tabs_container.pws_theme_orange ul.pws_tabs_controll li a:hover {
	background-color: #fd2e0b;
}
.pws_tabs_container.pws_theme_orange ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**

* ###########################

* red

* ###########################

*/

.pws_tabs_container.pws_tabs_responsive.pws_theme_red .pws_responsive_small_menu {
	background-color: #e41937;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_red .pws_responsive_small_menu a:hover {
	background-color: #d70726;
}
.pws_tabs_container.pws_theme_red ul.pws_tabs_controll li a {
	background-color: #e41937;
}
.pws_tabs_container.pws_theme_red ul.pws_tabs_controll li a:hover {
	background-color: #d70726;
}
.pws_tabs_container.pws_theme_red ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**

* ###########################

* purple

* ###########################

*/

.pws_tabs_container.pws_tabs_responsive.pws_theme_purple .pws_responsive_small_menu {
	background-color: #672e8d;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_purple .pws_responsive_small_menu a:hover {
	background-color: #470871;
}
.pws_tabs_container.pws_theme_purple ul.pws_tabs_controll li a {
	background-color: #672e8d;
}
.pws_tabs_container.pws_theme_purple ul.pws_tabs_controll li a:hover {
	background-color: #470871;
}
.pws_tabs_container.pws_theme_purple ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**

* ###########################

* grey

* ###########################

*/

.pws_tabs_container.pws_tabs_responsive.pws_theme_grey .pws_responsive_small_menu {
	background-color: #4d4d4f;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_grey .pws_responsive_small_menu a:hover {
	background-color: #000000;
}
.pws_tabs_container.pws_theme_grey ul.pws_tabs_controll li a {
	background-color: #4d4d4f;
}
.pws_tabs_container.pws_theme_grey ul.pws_tabs_controll li a:hover {
	background-color: #000000;
}
.pws_tabs_container.pws_theme_grey ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**

  * ######################################################

  * Effect: none

  * ######################################################

  */

.pws_tabs_noeffect .pws_tabs_list {
	-webkit-transition: all .1s ease-in-out 0;
	-moz-transition: all .1s ease-in-out 0;
	-ms-transition: all .1s ease-in-out 0;
	-o-transition: all .1s ease-in-out 0;
	transition: all .1s ease-in-out 0;
}
.pws_tabs_noeffect .pws_tab_single {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.pws_tabs_none_hide {
	display: none;
}
.pws_tabs_none_show {
	display: block;
}
/**

  * ######################################################

  * Effect: scale

  * ######################################################

  */

.pws_tabs_scale_hide {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.pws_tabs_scale_show {
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/**

  * ######################################################

  * Effect: slideleft

  * ######################################################

  */

.pws_tabs_slide_left_hide {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.pws_tabs_slide_left_show {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/**

  * ######################################################

  * Effect: slideright

  * ######################################################

  */

.pws_tabs_slide_right_hide {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-o-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.pws_tabs_slide_right_show {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/**

  * ######################################################

  * Effect: slidetop

  * ######################################################

  */

.pws_tabs_slide_top_hide {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.pws_tabs_slide_top_show {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/**

  * ######################################################

  * Effect: slidedown

  * ######################################################

  */

.pws_tabs_slide_down_hide {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-o-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.pws_tabs_slide_down_show {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/*=================================<2-6-2015>===========================*/



.loginbox_inner {
	width: 45%;
	float: left;
}
.loginbox_divider {
	float: left;
	padding: 85px 0 0 0px;
	text-align: center;
	width: 10%;
	box-sizing: border-box;
}
.registerwith {
	float: left;
	text-align: center;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.loginbox a {
	color: #d04526;
	line-height: inherit;
	outline: 0 none;
	text-decoration: none;
}
.loginbox img {
	margin: 0 auto !important;
}
.loginbox p {
	margin: 0px 0 0 0 !important;
	padding: 0px;
}
.loginbox a.facebook-btn {
	margin-top: 20px;
	display: inline-block;
}
.loginbox_inner .submit {
	width: auto;
	float: left;
}
#login-form .nine .accoutdiv {
	width: auto;
	float: left;
	margin: 11px 0 0 10px;
}
/*------------------------------------- < 5-6-2015 >--------------------------*/

.margLn {
	margin-left: 0px !important;
}
.m-l-0 {
	margin-left: 0px;
}
#navigation .navbar span.menu-text {
	display: none;
}
.findoutmorealter .banner-bar {
	width: 100%;
	float: left;
	background: #eb542c none repeat scroll 0 0;
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.findoutmorealter .banner-bar .left-sec-block {
	width: 30%;
	float: left;
}
.findoutmorealter .banner-bar .left-sec-block img {
	vertical-align: middle;
}
.findoutmorealter .banner-bar .right-sec-block {
	width: 70%;
	float: left;
	padding: 10px 10px 10px 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.findoutmorealter .banner-bar .right-sec-block h4 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin: -3px 0;
	padding: 0;
}
.findoutmorealter .banner-bar .right-sec-block p.offer {
	color: #fff;
	font-size: 16px;
}
.findoutmorealter .banner-bar .right-sec-block p.terms {
	color: #fff;
	font-size: 13px;
	margin-top: 20px;
	font-weight: 600;
}
.findoutmorealter .banner-bar .right-sec-block p.terms a {
	float: left;
	margin: 0 14px 6px 0;
}
.findoutmorealter .banner-bar .right-sec-block p.terms a.btn {
	border: medium none;
	border-radius: 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	height: 50px;
	line-height: 52px;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 0 17px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
.findoutmorealter .banner-bar .right-sec-block #closebtnforfind {
	background: rgba(0, 0, 0, 0) url("../images/close_icon.png") no-repeat scroll 0 0 / 100% auto;
	color: transparent;
	cursor: pointer;
	height: 25px;
	opacity: 0.4;
	position: absolute;
	right: 8px;
	top: 20px;
	transition: opacity 0.2s ease 0s;
	width: 25px;
}
.findoutmorealter .banner-bar .right-sec-block p.terms #closebtnforfind:hover {
	opacity: 1;
	filter: alpha(opacity=1000);
	text-decoration: none;
}
.searchautocomplete .nav-input {
	width: 94% !important;
}
.searchautocomplete .searchinput {
	width: 100% !important;
	padding: 8px 100px 8px 10px !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
}
.searchautocomplete .searchautocomplete-placeholder {
	width: 318px !important;
	left: 0px;
	right: inherit;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight {
	background: none !important;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
	background-color: #f4f4f4 !important;
}
.rightsection4 .loginbox .loginbox_inner .nine.columns {
	width: 100%;
	float: left;
	text-align: left;
}
.rightsection4 .loginbox .loginbox_divider {
	margin: 15px 0;
	float: left;
}
.rightsection4.mycart-block .heading {
	width: 100% !important;
	float: left;
}
#payment_form_giftvoucher .input-box .button {
	background: #d04526 none repeat scroll 0 0;
	color: #fff;
}
#payment_form_giftvoucher .input-box .button span {
	color: #fff;
}
#payment_form_giftvoucher .input-box .button:hover {
	background: #d04526 none repeat scroll 0 0;
	color: #fff;
}
.cms-about-us .about .right, .cms-about-us .about .left {
	margin-right: 10px;
}
.cms-about-us .about .right img, .cms-about-us .about .left img {
	width: 230px;
}
.headertop .login .cart {
	display: none;
}
.igallery-index-index .sliderbox {
	padding: 8px;
}
.igallery-index-index .sliderbox .whitebg {
	padding: 0;
}
.igallery-index-index .sliderbox .whitebg img {
	width: auto !important;
	height: 265px !important;
	max-height: 100%;
	max-width: 100%;
}
.igallery-category-view .sliderbox {
	padding: 8px;
}
.igallery-category-view .sliderbox .whitebg {
	padding: 0;
}
.igallery-category-view .sliderbox .whitebg img {
	width: auto !important;
	max-width: 100%;
	height: 265px;
	max-height: 100%;
}
.gallery-album-view ul.new-gallery-photos-sec {
	margin: 0 -15px;
	background: none;
}
.gallery-album-view ul.new-gallery-photos-sec li {
	float: left;
	padding: 0 15px;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.gallery-album-view ul.new-gallery-photos-sec li .sliderbox {
	padding: 8px;
}

.gallery-album-view ul.new-gallery-photos-sec li .sliderbox .whitebg {
padding:0; display:table; width:100%; height:250px; text-align:center;}

.gallery-album-view ul.new-gallery-photos-sec li .sliderbox .whitebg a{
 display:table-cell; vertical-align:middle;}

.gallery-album-view ul.new-gallery-photos-sec li .sliderbox .whitebg img {
display: inline-block; max-width: 100%; max-height:100%; width:auto !important; height:auto !important;}





/*=========================responcive<29-5-2015 >=============================*/



@media screen and (max-width:1250px) {
.footerlinks {
}
.footerlinks.s-footerlinks {
	height: auto;
}
.footerlinks.s-footerlinks.margLRT11 {
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 960px) {
}
 @media screen and (min-device-width: 769px) and (max-device-width:     px) {
.my-account .myaccountleft {
	width: 94% !important;
}
}
 @media screen and (min-device-width: 768px) and (max-device-width: 768px) {
.row .three.columns {
	width: 100% !important;
}
.row .nine.columns {
	width: 100% !important;
}
}
 @media screen and (max-width:1160px) {
.banner-sec-block .right-sec-block .img-block {
	height: 146px;
}
}
 @media screen and (max-width:1024px) {
.banner-sec-block .left-sec-block #divSimpleSlider {
	height: 290px;
}
.banner-sec-block .right-sec-block .img-block {
	height: 130px;
}
.findoutmorealter .banner-bar .left-sec-block {
	display: none;
}
.findoutmorealter .banner-bar {
	padding: 15px;
}
.findoutmorealter .banner-bar .right-sec-block {
	width: 100%;
	padding: 0px;
}
.my-account .myaccountleft {
	width: 100% !important;
	margin: 4px 0 18px 0px;
}
.my-account-block-sec .three.columns {
	margin: 0;
	padding: 0 15px 0 10px;
	width: 28%;
}
.my-account-block-sec .three.columns .leftsection {
	margin: 0px;
	margin-top: 4px;
}
.my-account-block-sec .nine.columns {
	margin: 0;
	padding: 0 10px 0 15px;
	width: 72%;
}
.myaccountleft .show_images {
	border: medium none !important;
	float: left;
	margin: 15px 0px;
	padding: 10px 5px;
	width: 50%;
	box-sizing: border-box;
}
.login_textbox {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product_block {
	width: 25%;
}
}
 @media screen and (max-width:1200px) {
.banner-sec-block {
	background-color: #fff;
	border: 1px solid #d0cfcf;
	box-sizing: border-box;
	float: left;
	margin: 0 1% 10px !important;
	width: 98%;
}
.banner-sec-block .left-sec-block {
	border: 1px solid #ccc;
	padding-right: 0;
	width: 100%;
}
.banner-sec-block .right-sec-block {
	padding-left: 0;
	width: 100%;
}
.banner-sec-block .right-sec-block .img-block img {
	width: 100%;
}
.banner-sec-block .right-sec-block .img-block {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-sizing: border-box;
	float: left;
	overflow: inherit;
	padding-right: 10px;
	width: 49%;
}
.banner-sec-block .right-sec-block .img-block {
	border: 1px solid #ccc;
	height: 163px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.banner-sec-block .left-sec-block img {
	width: 100%;
}
.banner-sec-block .right-sec-block .img-block.mt20 {
	margin: 0;
	margin-left: 10px;
	padding-right: 0;
	float: right;
}
/*.banner-sec-block .right-sec-block .img-block img{ border:1px solid #ccc;}*/



.banner-sec-block .left-sec-block {
	margin-bottom: 8px;
}
}
 @media screen and (max-width:959px) {
.headertop .eight {
	width: 100% !important;
	float: left;
}
.headertop .eight .four {
	width: 50% !important;
	float: left;
	text-align: left;
}
.headertop .eight .four.c-d-cart img {
	width: 140px;
}
.headertop .four.login {
	width: auto !important;
	float: right;
	margin-right: 15px;
	margin-top: -40px !important;
}
.headertop .four.login .six {
	float: left;
	margin-left: 0px !important;
}
.headertop .four.login .five {
	margin-top: 4px;
	float: left;
}
.headertop .four.login .five a:first-child {
	margin: 0px;
}
}
 @media screen and (max-width:800px) {
.select-boxes {
	float: left;
	margin: 0 1% 10px 1%;
	position: relative;
	width: 100% !important;
	box-sizing: border-box;
}
.findbtn {
	width: 100%
}
.banner-sec-block .left-sec-block {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	width: 100%;
	padding-right: 0px;
}
.banner-sec-block .right-sec-block {
	padding-left: 0px;
	width: 100%;
}
.banner-sec-block .left-sec-block #divSimpleSlider {
	height: 330px;
}
.logo2 .deal-img {
	position: absolute;
	right: 11px;
	top: -2px;
}
.content_part .content_left {
	box-sizing: border-box;
	width: 100%;
}
.content_part .content_right {
	box-sizing: border-box;
	float: left;
	padding-top: 20px;
	width: 100%;
}
.content_part .content_right .plus_sign {
	display: none;
}
.content_part .content_right .equal {
	display: none;
}
.content_part .content_right .middlesign {
	display: block;
	font-size: 24px;
	height: 50px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.comman-repeat-block .rightsection {
	margin: 0px;
}
.phone_skin {
	box-sizing: border-box;
	float: left;
	margin: 15px 0 10px;
	padding: 0 10px;
	text-align: left;
	width: 100%;
}
.img_section .spider_block {
	width: 100%;
}
.row .twelve.columns {
	width: auto;
}
.width100 {
	float: left !important;
	width: auto !important;
}
.loginbox {
	box-sizing: border-box;
	width: 100%;
}
.loginbox_inner {
	width: 100% !important;
}
.loginbox_divider {
	float: none;
	padding: 0px !important;
	width: 100%
}
.registerwith {
	padding-left: 0;
	width: 100%;
}
#login-form .submit input {
	width: 100% !important;
}
.loginbox dl dd {
	margin: 0 !important;
	padding: 0;
}
.login_textbox {
	width: 100%;
	box-sizing: border-box;
}
.loginbox p {
	text-align: center;
}
.loginbox h2 {
	text-align: center;
}
#login-form .accoutdiv {
	text-align: center;
	width: 100%;
}
.loginbox label {
	text-align: left;
}
.RegisterTextBox {
	width: 60%;
	box-sizing: border-box;
}
.loginbox a {
	text-align: center;
}
.rightsection2 {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d0cfcf;
	box-sizing: border-box;
	margin: 10px !important;
	padding: 10px 15px;
	width: 93% !important;
}
.find-product-tabs .tabs-block ul li {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.find-product-tabs .tabs-block ul li a {
	font-size: 16px;
}
.rightsection2 h1 {
	width: 100%;
}
/*.rightsection2 .h2class { margin:0;

    padding:0;

    text-align: center;

    width: 100%;}*/



.chosebtn {
	font-size: 16px;
	width: 100%;
}
.rightsection2 .description_block {
	box-sizing: border-box;
	width: 100%;
}
.rightsection2 .photo_block {
	box-sizing: border-box;
	width: 100%;
}
.rightsection2 .topdesign_block {
	box-sizing: border-box;
	width: 100%;
}
.middlenave_block ul li {
	width: 100%;
}
.comman-heading h3 {
	padding: 0px;
}
.my-account .myaccountleft {
	width: 92% !important;
	box-sizing: border-box;
}
.myaccountleft dl dd input[type="text"] {
	box-sizing: border-box;
	width: 100%;
}
.myaccountleft .validate-zip-international.required-entry {
	width: 100% !important;
}
.myaccountleft dl dd select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.myaccountright {
	margin: 4px 11px 19px 11px;
	box-sizing: border-box;
	width: 90%;
	float: left;
}
.myOrder {
	overflow: auto;
}
.row .three.columns {
	width: 100% !important;
}
.row .nine.columns {
	width: 100% !important;
}
.banner-sec-block .right-sec-block .img-block {
	width: 100%;
	height: auto;
	background-color: #666;
	overflow: hidden;
	border: 1px solid #ccc;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
	left: 16px !important;
	width: 90%;
	box-sizing: border-box;
}
.rightsection4 .loginbox .loginbox_inner .nine.columns {
	text-align: center;
}
.headertop .eight {
	width: 100% !important;
	float: left;
}
.headertop .eight .four {
	width: 50% !important;
	float: left;
	text-align: left;
}
.headertop .eight .four.c-d-cart img {
	width: 140px;
}
.headertop .four.login {
	width: auto !important;
	float: right;
	margin-right: 15px;
	margin-top: -40px !important;
}
.headertop .four.login .six {
	float: left;
	margin-left: 0px !important;
}
.headertop .four.login .five {
	margin-top: 4px;
	float: left;
}
.headertop .four.login .five a:first-child {
	margin: 0px;
}
.headerbottom {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.headerbottom .four.logo-sec {
	width: auto !important;
	float: left;
	text-align: center;
}
.headerbottom .four.logo-sec .logo2 {
	display: inline-block;
}
.headerbottom .four.logo-sec .logo2 img {
	max-width: 100%;
}
.headerbottom .four.logo-sec .logo2 .deal-img {
	position: absolute;
	right: -8px;
	top: -3px;
}
.headerbottom .eight {
	width: 50% !important;
	float: right !important;
}
.headerbottom .eight .five.gauranty {
	display: none;
}
.headerbottom .eight .seven {
	width: 100% !important;
	float: left;
}
.headerbottom .eight .seven .socialicon {
	padding-left: 0px !important;
}
.headerbottom .eight .seven .cart {
	margin-right: 0px !important;
	display: none;
}
.headerbottom .eight .seven .socialicon {
	display: none;
}
.headerbottom .eight .seven .searchinput {
	width: 100%;
}
.headerbottom .eight .seven .searchbtn {
	right: 0px;
}
.logo_text {
	display: none;
}
#navigation {
	width: 100%;
}
#navigation .navbar {
	height: 47px;
}
#navigation .navbar span.menu-text {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 47px;
	line-height: 50px;
	padding: 0 10px;
	color: #666;
}
#navigation .navbar ul {
	width: 100%;
	float: left;
	display: none;
	left: 0;
	right: 0;
	top: 0px;
	border-radius: 0px;
	box-shadow: none;
	height: auto;
	max-height: inherit;
}
#navigation .navbar li {
	width: 100%;
	float: left;
	padding: 0px;
	background: none;
}
#navigation .navbar li:first-child a {
	border-radius: 0px !important;
}
#navigation .navbar li:last-child a {
	border-radius: 0px !important;
}
#navigation .navbar li a {
	width: 100%;
	float: left;
	padding: 8px 0;
	font-size: 16px !important;
	color: #333;
}
.alert_line p {
	font-size: 13px;
}
.alert_line p span {
	font-size: 16px;
}
#divSimpleSlider {
	height: 365px;
}
#divSimpleSliderRotate {
	bottom: 5px !important;
	right: 10px !important;
}
.banner-sec-block .right-sec-block .img-block {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit--moz-box-sizing: border-box;
	float: left;
	padding-right: 10px;
	width: 50%;
	overflow: inherit;
}
.banner-sec-block .right-sec-block .img-block img {
	border: 1px solid #ccc;
}
.banner-sec-block .right-sec-block .img-block.mt20 {
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
}
.device_section .device_bg {
	background: none;
	border: none;
	box-shadow: none;
	padding: 65px 0px 0px;
}
.device_section .device_bg .select-boxes {
	margin-left: 0px;
	margin-right: 0px;
}
.device_section .device_bg .findbtn {
	margin: 0px;
}
.content_part .content_left .list_custom {
	margin: 6px 0 0 0;
}
.content_part .content_left .list_custom li a {
	font-size: 15px;
	font-weight: normal;
}
.content_part .content_left .list_custom .oralign {
	display: none;
}
.content_part .content_right {
	padding: 20px 0 0 0;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
	left: 24px !important;
}
.content_part .content_right .select_device {
	width: 33.33%;
}
.content_part .content_right .tabletplus {
	width: 33.33%
}
.content_part .content_right .result_mobile {
	width: 33.33%
}
.comman-repeat-block .rightsection #deveice_sildersa ul {
	width: 100%;
	float: left;
}
.comman-repeat-block .rightsection #deveice_sildersa ul li {
	width: 50% !important;
	float: left;
	list-style: none;
	padding: 0 10px;
}
.comman-repeat-block .phone_skin {
	width: 33.33%;
}
.comman-repeat-block .img_section .spider_block {
	margin: 0px;
	width: 49%;
	float: left;
}
.comman-repeat-block .img_section .spider_block:first-child {
	margin-right: 1%;
}
.comman-repeat-block .img_section .spider_block:last-child {
	margin-left: 1%;
}
.footer {
	background: none;
	padding: 0px;
}
.footer .Htitle {
	background: #393939 none repeat scroll 0 0;
	margin: 0px;
	padding: 10px !important;
	cursor: pointer;
	text-align: center;
	border-bottom: 1px solid #6d6b6b;
}
.footer .footerlinks {
	margin: 0px;
	height: auto;
	text-align: center;
	display: none;
}
.footer .footerlinks.margLR11 {
	margin: 0px;
}
.footer .footerlinks.s-footerlinks.margLRT11 {
	margin: 0px;
}
.comman-repeat-block .img_section .spider_block {
	height: 200px;
}
.cms-about-us .rightsection2 {
	width: auto !important;
	margin: 10px 1% 5px !important;
	padding: 10px 15px;
}
.faq-index-index .rightsection2 {
	width: auto !important;
	margin: 10px 1% 5px !important;
	padding: 10px 15px;
}
.cms-terms-conditions .rightsection2 {
	width: auto !important;
	margin: 10px 1% 5px !important;
	padding: 10px 15px;
}
.cms-privacy-policy .rightsection2 {
	width: auto !important;
	margin: 10px 1% 5px !important;
	padding: 10px 15px;
}
.faqvideo p object {
	width: 100%;
}
.find-product-tabs {
	margin-top: 0px;
}
.find-product-tabs .heading {
 background:
 font-size: 20px;
	font-weight: bold !important;
	margin-bottom: 14px;
	position: relative;
	width: 100%;
}
.find-product-tabs .tabs-block {
	margin-left: 0px;
	float: none;
}
.rightsection .category-products .three.columns, .product-list-detail .rightsection .three.columns {
	width: 50% !important;
	padding: 0 10px;
	float: left;
}
#nav_contain #navigation .pretty.navbar li .grid-container100 {
	width: 100%;
	top: 40px !important;
	box-shadow: 0 0 12px -5px #000;
}
#nav_contain #navigation .pretty.navbar li .grid-container100 .grid-column {
	box-sizing: border-box;
	float: left;
	padding: 10px;
	width: 50% !important;
}
#nav_contain #navigation .pretty.navbar li .grid-container100 .grid-column a.nav-header {
	background-color: #666;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px !important;
	margin: 0;
	padding: 4px 10px;
}
#nav_contain #navigation .pretty.navbar li .grid-container100 .grid-column ul.level1 {
	margin-top: 0px;
	display: block;
	position: relative;
	max-height: 300px;
	overflow: auto;
	border: 1px solid #ccc;
	border-top: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#nav_contain #navigation .pretty.navbar li .grid-container100 .grid-column ul.level1 li.no-parent a {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 5px 10px;
}
.my-account-block-sec .three.columns {
	margin: 0;
	padding: 0 15px 0 15px;
	width: 100%;
}
.my-account-block-sec .nine.columns {
	margin: 0;
	padding: 0 15px 0 15px;
	width: 100%;
}
.my-account-block-sec .my-account .myaccountleft {
	width: 100% !important;
	margin-top: 10px;
}
.my-account-block-sec .my-account .myaccountleft dt, .my-account-block-sec .my-account .myaccountleft dl, .my-account-block-sec .my-account .myaccountleft dd {
	padding: 0px;
}
.my-account-block-sec .my-account .myaccountleft dl {
	text-align: left;
}
.address .row .six {
	width: 50% !important;
	float: left;
}
.my-account-block-sec .rightsection2 {
	width: 100% !important;
	margin: 10px 0 0 0 !important;
}
.my-account-block-sec .rightsection2 .privacy {
	text-align: left;
}
.searchautocomplete .nav-input {
	width: 100% !important;
}
.loginbox a.facebook-btn {
	width: 100%;
}
#discount-coupon-form .discount {
	width: 100%;
	float: left;
}
#discount-giftcard-form .discount {
	width: 100%;
	float: left;
}
#discount-giftcard-form .discount h2 {
	color: #2d2d2b;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
}
#discount-giftcard-form .discount .discount-form .giftvoucher label {
	font-size: 13px;
}
#shipping-zip-form .input-text {
	width: 100%;
	box-sizing: border-box;
}
#discount-coupon-form .discount-form .input-text {
	width: 100%;
	box-sizing: border-box;
}
/*.checkout-cart-index .rightsection4 .six.columns{ width:50% !important; float:left;}*/

.checkout-cart-index .rightsection4 .six.columns .chosebtn {
	text-align: right;
}
.loginbox .loginbox_inner h2 {
	text-align: center;
}
.loginbox .loginbox_inner p {
	text-align: center;
}
.loginbox.registrationbox p {
	text-align: center;
}
.loginbox.registrationbox #form-validate .nine.columns {
	text-align: center;
}
.rightsection4.mycart-block .heading h2 {
	width: 50% !important;
	text-align: left;
}
.rightsection4.mycart-block .six.columns .chosebtn {
	width: auto;
	float: right;
}
.mycart-block .view-cart-block {
	width: 100% !important;
	text-align: center;
	margin-left: 0px;
}
.mycart-block .view-cart-block .viewCartRight table {
	width: auto;
	display: inline-block;
}
.mycart-block .view-cart-block .viewCartRight .chosebtn {
	width: 100% !important;
	display: inline-block;
	margin: 0px !important;
	text-align: center !important;
}
.mycart-block .view-cart-block .viewCartRight .chosebtn a {
	display: inline-block;
	float: none;
}
.mycart-block .view-cart-block .viewCartRight .paypalNew {
	width: 100% !important;
	display: inline-block;
	margin: 0px !important;
	text-align: center !important;
}
.mycart-block .view-cart-block .viewCartRight .paypalNew a {
	display: inline-block;
	float: none;
}
.opc-index-index .opc-wrapper-opc ul.steptab {
	padding: 2px 0px;
}
.opc-index-index .opc-wrapper-opc ul.steptab li {
	border-right: 1px solid #666;
	float: left;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}
.opc-index-index .opc-wrapper-opc ul.steptab li:last-child {
	border: none;
}
.opc-index-index .input-box {
	width: 100% !important;
}
.opc-index-index .input-box #ordercomment-comment {
	width: 100% !important;
}
.opc-wrapper-opc .payment-block li {
	width: 100% !important;
}
.rightsection2.product-detail-block {
	margin: 10px 1% 5px !important;
	padding: 10px 15px;
	width: auto !important;
}
.rightsection2 .detailbg .three.columns img {
	width: auto;
}


.login .six.columns a.fb_button_ps img, .login .six.columns a.pslogin-button-link img {
	display: none;
}
.login .six.columns a.fb_button_ps, .login .six.columns a.pslogin-button-link {
	background: url(../images/facebook_icon.png) no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.login .six.columns a.pslogin-button-link  {float:right;}

.headertop .login .cart {
	background: rgba(0, 0, 0, 0) url("../images/cart1.png") no-repeat scroll 0 0 / 100% auto;
	display: inline-block;
	float: none;
	margin: 0 10px;
	padding: 0;
	position: relative;
	top: 2px;
	vertical-align: top;
	width: 26px !important;
}
.headertop .login .cart p.view-cart-txt {
	display: none;
}
.headertop .login .cart p span {
	background-color: #f00;
	border-radius: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 8px;
	height: 12px;
	left: 14px;
	line-height: 11px;
	padding: 0 3px;
	position: absolute;
	text-align: center;
	top: 15px;
}
.middlenave_block ul.ui-tabs-nav {
	float: none;
}
.middlenave_block ul.ui-tabs-nav li {
	width: 100%;
}
.rightsection2 .detailbg .nine.columns {
	padding: 15px 0 0 0px;
}
.rightsection2 .detailbg .nine.columns h1 {
	font-size: 14px;
}
.rightsection2 .detailbg .nine.columns ul {
	width: 100%;
	margin-left: 0px !important;
	list-style: none !important;
	display: inline-block;
}
.row {
	text-align: center;
}
.product_block:first-child {
	display: inline-block;
	float: none;
}
.top_device .h1class {
	text-align: center !important;
}
.gallery-album-view ul.new-gallery-photos-sec li {
	width: 50%;
	padding: 0 10px;
}
}
 @media screen and (max-width:767px) {
/*.headertop .four.login .six a.fb_button_ps{

	background: rgba(0, 0, 0, 0) url("../images/socialicon1.png") no-repeat scroll -23px top;

    float: left;

    height: 16px;

    margin: 10px 0 0;

    width: 16px;}*/ 





.headerbottom .four.logo-sec {
	width: 100% !important;
	float: left;
	margin: 10px 0 0 0;
	text-align: center;
}
.headerbottom .four.logo-sec .logo2 {
	width: auto;
	margin: 0px;
}
.headerbottom .four.logo-sec .logo2 img {
	max-width: 100%;
	margin: 0 0 10px 0;
}
.headerbottom .eight {
	width: 100% !important;
}
.headerbottom .eight .seven .cart {
	display: none;
}
#navigation .navbar li a {
	font-size: 15px !important;
}
.banner-sec-block {
	padding: 10px 10px;
}
.banner-sec-block .left-sec-block {
	margin-bottom: 8px;
}
.banner-sec-block .left-sec-block #divSimpleSlider {
	height: 250px;
}
.banner-sec-block .left-sec-block #divSimpleSlider #banner img {
	width: 100%;
}
.banner-sec-block .left-sec-block .navigate .prev {
	top: 50%;
}
.banner-sec-block .left-sec-block .navigate .next {
	top: 50%;
}
.findoutmorealter .banner-bar {
	text-align: left;
}
.findoutmorealter .banner-bar .right-sec-block {
	padding: 0 0px 0 0;
}
.findoutmorealter .banner-bar .right-sec-block h4 {
	font-size: 18px;
	margin: 0px;
	padding-right: 40px;
}
.findoutmorealter .banner-bar .right-sec-block p.offer {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	padding-right: 40px;
}
.findoutmorealter .banner-bar .right-sec-block p.terms {
	font-size: 13px;
	line-height: 20px;
	margin-top: 15px;
	font-weight: normal;
}
.findoutmorealter .banner-bar .right-sec-block p.terms a.btn {
	height: 40px;
	line-height: 42px;
	padding: 2px 17px;
	font-weight: normal;
}
.findoutmorealter .banner-bar .right-sec-block #closebtnforfind {
	right: 0;
	top: 10px;
}
.my-account .myaccountleft .show_images .chosebtn a {
	box-sizing: border-box;
	width: 100%;
	margin: 6px 2px 0px;
}
.opc-index-index .opc-wrapper-opc ul.steptab li {
	width: 100%;
	float: left;
	text-align: center;
	border: none;
	padding: 0px;
	background-color: #ccc;
	margin-bottom: 5px;
}
.opc-index-index .opc-wrapper-opc ul.steptab li a {
	display: block;
	padding: 4px 0;
}
.product_block {
	width: 50%;
}

.newdetailbg .rightblock .heading h3{ line-height:normal; float:none;}

/*Date: 20170522*/
.pslogin-block.pslogin-register .pslogin-buttons{ text-align:center;}
.pslogin-block .pslogin-buttons ul li.facebook{ float:none;}
.fb_desktop{ display:none !important;}
.fb_mobile{ display:block !important; width:auto; margin:0 auto !important;}

}
@media screen and (max-width:640px) {
.content_part .content_left .list_custom {
	text-align: left;
}
.content_part .content_left .list_custom li {
	padding: 3px 0 3px 12px;
}
.content_part .content_left .list_custom li a {
	font-size: 13px;
}
.content_part .content_right .select_device {
	width: 100%;
}
.content_part .content_right .tabletplus {
	width: 100%
}
.content_part .content_right .result_mobile {
	width: 100%
}
.content_part .content_right .top_text {
	min-height: auto;
}
.content_part .content_right .img_block {
	margin-top: 5px;
}
.comman-repeat-block .rightsection .h1class {
	text-align: left;
}
.comman-repeat-block .rightsection #deveice_sildersa ul li {
	width: 100% !important;
	padding: 0px;
}
.comman-repeat-block .phone_skin {
	width: 100%;
}
.comman-repeat-block .img_section .spider_block {
	width: 100%;
	height: 160px;
	margin-bottom: 10px;
}
.comman-repeat-block .img_section .spider_block:first-child {
	margin-right: 0%;
}
.comman-repeat-block .img_section .spider_block:last-child {
	margin-left: 0%;
}
.alert_line {
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.alert_line p {
	font-size: 12px;
}
.alert_line p span {
	font-size: 13px;
}
.select-boxes .popover-content {
	padding: 8px 5px 8px 5px;
}
.select-boxes .popover-content::before {
	border-color: #000 transparent transparent;
	border-style: solid;
	border-width: 8px;
	bottom: -16px;
	content: "";
	left: 50%;
	margin-left: -8px;
	position: absolute;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	font-size: 15px;
	padding: 10px 12px;
}
.findbtn {
	height: 42px;
	font-size: 20px;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
	left: 16px !important;
}
.breadkram a {
	font-size: 15px;
}
.breadkram span {
	font-size: 15px;
}
.breadkram .active {
	font-size: 15px;
}
.rightsection2 .about p {
	font-size: 13px;
	line-height: 24px;
}
.faqvideo p object {
	height: 220px;
}
.rightsection2 .faq {
	text-align: left;
}
.rightsection2 .faq p {
	line-height: 25px;
	margin-bottom: 5px;
}
.rightsection2 .faq p a {
	font-size: 14px;
}
.rightsection2 .faq p a:hover {
	font-size: 14px;
}
.rightsection2 .Answer {
	text-align: left;
}
.rightsection2 .Answer h4 {
	font-size: 14px;
	font-weight: bold;
}
.rightsection2 .Answer p {
	font-size: 13px;
	line-height: 21px;
}
.rightsection4 .contact-block {
	padding: 10px 0 0 0;
	font-size: 14px;
	text-align: left;
}
.cms-terms-conditions .rightsection2 .about h3 {
	font-size: 14px;
	font-weight: bold;
}
.find-product-tabs .heading {
	font-weight: bold !important;
	font-size: 17px;
}
.top_device .h1class {
	text-align: center;
	padding-left: 0px;
	font-size: 17px;
}
.comman-heading h3 {
	font-size: 17px;
}
.rightsection2 .h2class {
	font-size: 17px;
}
.rightsection4 h2, .my-account-block-sec .my-account .myaccountleft h2 {
	font-size: 17px;
}
.find-product-tabs .tabs-block ul li {
}
.rightsection .category-products .three.columns, .product-list-detail .rightsection .three.columns {
	width: 100% !important;
	padding: 0px;
}
.Pagging {
	width: 100%;
	text-align: center;
}
#nav_contain #navigation .pretty.navbar li .grid-container100 .grid-column {
	width: 100% !important;
}
.my-account-block-sec .three.columns .leftsection ul {
	text-align: left;
}
.my-account-block-sec .my-account .myaccountleft .graybox {
	background: none;
	padding: 10px 0;
	border: none;
}
.address {
	text-align: left;
}
.address .row .six {
	width: 100% !important;
	float: left;
	text-align: left;
}
.my-account-block-sec .nine.columns .buttons-set {
	margin-top: 10px;
}
.searchautocomplete .searchautocomplete-placeholder {
	width: 278px !important;
}
.loginbox img {
	max-width: 100%;
}
#login-form .nine .accoutdiv {
	font-size: 14px;
}
.rightsection4 .loginbox .loginbox_inner p {
	font-size: 13px;
}
.rightsection4 .loginbox .registerwith h2 {
	font-size: 15px;
}
.rightsection4 .loginbox .registerwith p {
	font-size: 13px;
}
.checkout-cart-index .rightsection4 .viewCart {
	overflow: auto;
}
.rightsection4.mycart-block .six.columns h2 {
	margin: 0px;
	padding: 0px;
	width: 100% !important;
}
.rightsection4.mycart-block .six.columns .chosebtn {
	width: 100%;
	text-align: center;
	margin-top: 10px !important;
}
.rightsection4.mycart-block .six.columns .chosebtn a {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.rightsection4.mycart-block .viewCart {
	margin-bottom: 60px;
}
.rightsection4.mycart-block .viewCart > table > tbody > tr > td ul {
	margin-left: 0px;
}
.rightsection4.mycart-block .viewCart > table > tbody > tr > td span.product-heading {
	font-size: 8px;
}
.rightsection4.mycart-block .viewCart .viewCartBottom {
	width: 100%;
	left: 0px;
	padding: 0px;
	margin-top: 25px;
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none;
}
.rightsection4.mycart-block .viewCart .viewCartBottom .six.columns {
	width: auto !important;
	float: none;
	display: inline-block;
}
.rightsection4.mycart-block .viewCart .viewCartBottom .six.columns .updatebig {
	margin: 0px;
}
.rightsection4.mycart-block .viewCart .viewCartBottom .six.columns .updatebig input {
	font-size: 14px;
	padding: 0 10px;
	margin: 0px 5px;
}
.rightsection4.mycart-block .viewCart .viewCartBottom .six.columns .processed a {
	font-size: 14px;
	padding: 0 10px;
	margin: 0px 5px;
	float: right;
}
.rightsection4 .contact-block {
	text-align: center;
}
.gallery-album-view ul.new-gallery-photos-sec li {
	width: 100%;
}
.gallery-album-view ul.new-gallery-photos-sec li .sliderbox .whitebg img {
	height: auto !important;
}

.detail_imgblock_Hight{ min-height:auto;}
/* Date: 20170531 */
.desc_video{ width:480px; margin:0 auto; height:360px;}
}
@media screen and (max-width:480px) {
.banner-sec-block .left-sec-block #divSimpleSlider {
	height: 207px;
}
.find-product-tabs .heading {
	background: #ccc url("../images/drop_arrow.png") no-repeat scroll 94% center;
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 15px;
	text-align: left;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.find-product-tabs .tabs-block {
	float: left;
	display: none;
}
.find-product-tabs .tabs-block ul {
	width: 100%;
}
.find-product-tabs .tabs-block ul li {
	width: 100% !important;
}
.find-product-tabs .tabs-block ul li a {
	height: 34px;
	line-height: 34px;
}
.top_device .h1class {
	font-size: 15px;
	line-height: 18px;
	background: none;
}
.viewCart {
	border: none;
}
/* Force table to not be like tables anymore */

.rightsection4.mycart-block .viewCart table, .rightsection4.mycart-block .viewCart thead, .rightsection4.mycart-block .viewCart tbody, .rightsection4.mycart-block .viewCart th, .rightsection4.mycart-block .viewCart td, .rightsection4.mycart-block .viewCart tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */

.rightsection4.mycart-block .viewCart thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.rightsection4.mycart-block .viewCart tr {
	border: 1px solid #ccc;
}
.rightsection4 .viewCart table tbody tr:nth-child(even) {
	background-color: #ddd !important;
}
.rightsection4 .viewCart table tbody tr:nth-child(odd) {
	background-color: #eee !important;
}
.rightsection4.mycart-block .viewCart td {
	/* Behave  like a "row" */

	border: none;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-left: 50% !important;
}
.rightsection4.mycart-block .viewCart td:before {
	/* Now like a table header */

	position: absolute;
	/* Top/left values mimic padding */

	top: 6px;
	left: 10px;
	width: 50% !important;
	text-align: left;
	padding-right: 10px;
	white-space: nowrap;
	font-weight: bold;
}
.rightsection4.mycart-block .viewCart td:first-child {
	width: 50%;
}
.rightsection4.mycart-block .viewCart td:nth-of-type(2) {
	overflow: hidden;
}
/*

		Label the data

		*/

.rightsection4.mycart-block .viewCart td:nth-of-type(1):before {
	content: "Qty";
}
.rightsection4.mycart-block .viewCart td:nth-of-type(2):before {
	content: "Item Name";
}
.rightsection4.mycart-block .viewCart td:nth-of-type(3):before {
	content: "Material";
}
.rightsection4.mycart-block .viewCart td:nth-of-type(4):before {
	content: "Price";
}
.rightsection4.mycart-block .viewCart td:nth-of-type(5):before {
	content: "Total";
}
.rightsection4.mycart-block .viewCart td:nth-of-type(6):before {
	content: "";
}
.product_block {
	width: 100%;
}
/* Date: 20170531 */
.desc_video{ width:300px; margin:0 auto; height:225px;}
}

@media screen and (max-width:360px) {
.banner-sec-block .right-sec-block .img-block {
	width: 100%;
	padding: 0px !important;
}
.banner-sec-block .left-sec-block #divSimpleSlider {
	height: 134px;
}
.rightsection4 .contact-block {
	font-size: 13px !important;
}
.headertop .eight .four.c-d-cart {
	width: 100% !important;
	text-align: center;
}
.headertop .eight .four.c-d-cart img {
	width: auto;
}
.headertop .four.login {
	float: left;
	margin: 2px 0 6px 0 !important;
	padding: 0 10px;
	text-align: center;
	width: 100% !important;
}
.headertop .four.login .six {
	display: inline-block;
	float: none;
}
.headertop .four.login .five {
	width: auto !important;
	float: none !important;
	padding: 0px;
	text-align: center;
	display: inline-block;
}
.customer-account-index .headertop .four.login .five {
	text-align: center;
	margin: 2px 0 4px 0;
	top: 0px;
}
.headertop .four.logout .five {
	text-align: center;
	margin-top: 0px;
	float: none !important;
}
.myaccountleft .show_images {
	border: medium none !important;
	box-sizing: border-box;
	width: 100%;
}
#login-form .nine .accoutdiv {
	font-size: 12px;
	margin: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.loginbox .nine .nine.return {
	float: left;
	font-size: 12px;
	margin: 5px 0 0;
	text-align: left;
	width: 100%;
}
.loginbox {
	padding: 10px;
}
.loginbox.registrationbox .tag {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
#giftvoucher-custom-code {
	width: 100%;
	float: left;
}
#giftvoucher-custom-code label {
	width: 100%;
}
.opc-wrapper-opc .payment-block dt label {
	height: 38px !important;
	line-height: 38px !important;
	font-size: 15px !important;
}
.cms-about-us .about .right, .cms-about-us .about .left {
	width: 100%;
	text-align: center;
}
.cms-about-us .about .right img, .cms-about-us .about .left img {
	width: 180px;
}
.loginbox a.facebook-btn {
	margin-top: 10px;
}
.new-info-tab-block {
	position: fixed;
	top: 0;
	z-index: 999;
}
.loginbox_inner .submit {
	width: 100% !important;
}
#form-validate .submit input {
	width: 100% !important;
}
#contactForm .submit input {
	width: 100%;
}
.login a {
	font-size: 14px;
}
.login .five.columns a {
	padding: 0 4px;
}
.alert_line p {
	line-height: 18px;
}
.comman-heading h3 {
	font-size: 15px;
	line-height: 18px;
	background: none;
}
.comman-heading h3 span {
	padding: 0px;
}
.comman-heading .title {
	line-height: 20px;
}
.breadkram a, .breadkram span, .breadkram h2 {
	font-size: 13px !important;
}
.breadkram span {
	margin: 0 5px;
}
.breadkram h2.active {
	display: inline-block;
	float: none !important;
	padding-left: 0;
	text-align: left !important
}
.h5class {
	height: auto;
}
.comman-repeat-block .rightsection .h1class a.view-all, .comman-repeat-block .content_section .h1class a.view-all {
	width: 80%;
	float: none;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 8px 0 10px 0;
}
.rightsection2 p {
	line-height: 23px;
}
.rightsection2 .about p {
	line-height: 22px;
}
.rightsection2 .detailbg .nine.columns h1 {
	line-height: 20px;
}
.Product_outer .Product_inner .product_block {
	margin-bottom: 10px;
}
.rightsection2 .about ol {
	margin-left: 0px;
	margin-right: 0px;
}
.loginbox.registrationbox #form-validate .nine.columns span {
	float: left;
	margin-left: 10px;
	margin-top: -19px;
	text-align: left;
}
.rightsection4.mycart-block .heading h2 {
	text-align: center;
}
.processed {
	width: 100%;
}
.processed a {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mycart-block .view-cart-block .viewCartRight table {
	margin-bottom: 0;
}
.form-list .input-box {
	width: 100%;
}
.giftvoucher-index-check .giftvoucher-fieldset ul li .input-box input {
	width: 100% !important;
}
.giftvoucher-index-check .giftvoucher-fieldset ul li .input-box button {
	width: 100% !important;
}
.newdetailbg .price_block .price{ width:50%;}
.newdetailbg .price_block .quantity{ width:100%; float: left;}

/* Date: 20170531 */
.desc_video{ width:260px !important; margin:0 auto; height:195px !important;}
}
.ui-menu.ui-widget.ui-widget-content.ui-corner-bottom {
	max-height: 300px !important;
}
.myaccountleft .validate-zip-international.required-entry {
	width: 90px;
}
.giftvoucher-index-check .giftvoucher-fieldset {
	padding: 10px;
}
.giftvoucher-index-check .giftvoucher-fieldset ul li .input-box button {
	float: left;
	margin-top: 5px;
}
.form-list .input-box {
	max-width: 100%;
}
.giftvoucher-index-check .giftvoucher-fieldset ul li .input-box input {
	width: 254px;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px;
}
#s_method_flatrate_flatrate {
	width: auto;
	margin-top: 7px !important;
	margin-right: 2px;
}
.description_image {
	border: 1px solid #d9d8d8;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	width: 100%;
}
.description_image img {
	vertical-align: top;
	max-width: 100%;
}

.product-gift-cards .product-essential .detailbg .seven .add-to-box .add-to-cart button.button{ margin-top: -8px !important;}

@media only screen and (max-width: 800px) {
.product-gift-cards .rightsection2{ width:auto !important; padding: 10px;}
.product-gift-cards .product-essential .detailbg{ padding-left:10px; padding-right:10px;}
.product-gift-cards .product-essential .detailbg .product-img-box{ width:100% !important;}
.product-gift-cards .product-essential .detailbg .product-img-box .giftcard-product-media{ height:auto !important;}
.product-gift-cards .product-essential .detailbg .seven{ width:100% !important; float:left; margin-top:55px;}
.product-gift-cards .product-essential .detailbg .seven .chosebtn .price-box{ text-align:left;}
.product-gift-cards .product-essential .detailbg .seven .chosebtn .price-box span{ padding-left:0px;}
.product-gift-cards .product-essential .detailbg .seven .chosebtn .price-box span span{ padding-left:0px;}

.product-gift-cards .product-essential .detailbg .seven .giftvoucher-product-info{ text-align:left;}
}

@media handheld, only screen and (max-width: 767px) {
body, p {
	font-size: 13px;
	font-size: 0.8125; /*line-height: 1.6;*/
}
.newdetailbg .price_block .price{ float:left;}
.newdetailbg .price_block .price .price{ width:auto;}
.newdetailbg .price_block .quantity{ float:right; width:auto;}

/**/
body .product-gift-cards .product-essential .detailbg .product-img-box .giftcard-product-media{transform:none !important;}
body .giftcard-product-media{ width:100% !important; transform:none !important;}
body #giftcard-template-left .giftcard-change-image{ width:100% !important;}
body #giftcard-template-left .giftcard-template-content{ width:100% !important;}
body #giftcard-template-left .giftcard-template-content div.giftcard-style-color{ margin-left:0px; margin-right:0px;}

body #giftcard-template-left .giftcard-template-content div.giftcard-from-to, body #giftcard-template-left .giftcard-template-content div.giftcard-box, body #giftcard-template-left .giftcard-template-content div.giftcard-text{ margin:0px !important; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;  width:100% !important;}
body #giftcard-template-left .giftcard-template-content .value-barcode{ margin-left:0px; margin-right:0px; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;  width:100% !important;}

.giftcard-text  .giftcard-text-color{ text-align:left !important;}
.product-gift-cards .product-essential .detailbg .seven{ margin-top:25px;}
.product-gift-cards .product-essential .detailbg .seven .add-to-box .add-to-cart{ width:100%;}
.product-gift-cards .product-essential .detailbg .seven .add-to-box .add-to-cart button.button{ width:100%; margin-top:10px !important;}

.giftvoucher-product-info .giftvoucher-receiver button.button{ width:100%;}
}

.new_view{background: #ccc none repeat scroll 0 0; float: left; width: 60%;}
.whitebg  a{display:block;}
.whitebg img{display:inline !important;}
.fancybox-wrap{max-width:1200px !important;}
.fancybox-inner{max-width:1170px !important; height:auto !important;}



/*********************************  Tepmlate upload form Css **************************************/


.upload_tepmlate{}
.rightsection2 .detailbg .nine.columns.upload_tepmlate h1 {
	color: #000000;
	display: block;
	float: left;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px;
	line-height:20px;
	text-align: left;
}

.rightsection2 .detailbg .nine.columns.upload_tepmlate .product-options{ border:none;}

.rightsection2 .detailbg .nine.columns.upload_tepmlate label {
    color: #e9552e;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 9px;
    padding-top: 8px;
    width: 100%;
	text-align: left;
	
}


.priceOne {
    color: #000000;
    display: inline-block;
    float: left;
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    text-align: left;
    width: 50%;
}

 input.qtyBlock {
    border: 2px solid #bfbfbf;
    float: left;
    font-size: 18px;
    height: 37px;
    text-align: center;
    width: 55px !important;
}
.upload_tepmlate .price_block {
    width: 100%;
    float: left;
	margin: 11px 0;}
.upload_tepmlate .product-options{ padding-left:0px; border:none;}
.upload_tepmlate .product-options label{text-align:left;}
	
.quantityBlock {
    width: auto;
    float: right;
    display: inline-block;
}

.tempSec{float:left; width:100%;}

.upload_tepmlate .input-box {
    margin-bottom: 15px;
}

/** owl-carousel **/
.rightsection2 .topdesign_block ul{margin-top:5px;}
.rightsection2 .topdesign_block ul li{ border:1px solid #e6e5e5; float:left;}
.rightsection2 .topdesign_block ul li .product_block .newproduct{margin-top:10px;}
.owl-dots{display:none;}

.owl-prev {
    background: none !important;
    text-indent: -9999px;
    border-left: transparent 10px solid;
    border-right: #000 10px solid;
    border-top: 10px solid transparent;
    border-bottom: transparent solid 10px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    height: inherit;
    font-size: 0px !important;
    left: -23px !important;
    position: absolute;
    top: 40% !important;
    margin-top: -10px;
	
}

.owl-next {
    background: none !important;
    text-indent: -9999px;
    border-left: #000 10px solid;
    border-right: transparent 10px solid;
    border-top: 10px solid transparent;
    border-bottom: transparent solid 10px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    height: inherit;
    font-size: 0px !important;
    right: -23px !important;
    position: absolute;
    top: 40% !important;
    margin-top: -10px;
	
}




@media only screen and (max-width: 800px){
.seven.columns.upload_tepmlate > h1 {text-align: left;}
.radioDiv{ float:left;}
.navbar a.toggle{ line-height:46px !important;}
}

.col2-fire-set.firecheckout-set {padding:15px;}

.steptab{ margin: 10px 0 28px 0; float:left; width:100%; padding:2px 10px; background:none; border:0px; /* border:1px solid #c83d0e; background: rgb(246,121,79); /* Old browsers * /
background: -moz-linear-gradient(top,  rgba(246,121,79,1) 0%, rgba(221,60,5,1) 100%); /* FF3.6+ * /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,121,79,1)), color-stop(100%,rgba(221,60,5,1))); /* Chrome,Safari4+ * /
background: -webkit-linear-gradient(top,  rgba(246,121,79,1) 0%,rgba(221,60,5,1) 100%); /* Chrome10+,Safari5.1+ * /
background: -o-linear-gradient(top,  rgba(246,121,79,1) 0%,rgba(221,60,5,1) 100%); /* Opera 11.10+ * /
background: -ms-linear-gradient(top,  rgba(246,121,79,1) 0%,rgba(221,60,5,1) 100%); /* IE10+ * /
background: linear-gradient(to bottom,  rgba(246,121,79,1) 0%,rgba(221,60,5,1) 100%); /* W3C * /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6794f', endColorstr='#dd3c05',GradientType=0 ); /* IE6-9 */}
.steptab li{ float:left; background:url(images/star.png) no-repeat left center; padding-left:28px; padding-right:14px;  font-weight: bold;}
.steptab li a{ font-size:12.5px; color:#2d2d2b; text-transform: uppercase; }
.steptab li a:hover{ color:#2d2d2b; text-decoration: underline;}



/* 2 aug 2018 */
.description_block.designtemplatenew {
	float: none; 
	text-align: center;
	padding: 40px 17px !important;
	font-size: 18px;
} 
.description_block.designtemplatenew .titlebg h2 {
	text-align: center;
	padding: 0;
    width: 55%;
    margin: auto;
}
.description_block.designtemplatenew .titlebg h2 span { 
    padding: 0 8px !important;
}

.description_block.designtemplatenew .discription {
	font-weight: bold; 
	margin: auto;
	margin-top: 20px;
}

.description_block.designtemplatenew .discription a {
	color: #0716dc;

}

.downloadbtn {
    display: inline-block;
    margin-top: 56px;
	
}

.templateheading {
	font-size: 21px;
	margin-top: 88px;
	text-decoration: underline;
	margin-bottom: 23px;
}

.clearfix::before, .clearfix::after {
	content: '';
	clear: both;
	display: table;

}


.templatevideo {
	width: 641px; 
	max-width: 100%;
	margin: auto;
	text-align: left;
	font-size: 22px;
}
.templatevideo .iframe {
	width: 100%; 
	height: 362px; 
	position: relative;
}

.templatevideo .iframe iframe {
	width: 100%; 
	height: 100%; 
}

.offlinearea { 
	font-size: 26px;
    margin-top: 50px;
	font-weight: 400;  
	max-width: 100%; 
	white-space: normal !important;

}
.offlinearea *{ 
	max-width: 100%; 
    white-space: normal !important;
}