/****************************************************************** General ******************************************************************/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
    color: #333333;
    font: 13px Arial,Verdana,Helvetica,"Trebuchet MS",sans-serif;
    min-width: 1080px;
}

html {
    overflow-y: scroll;
}

/******************************* End of Font Sytle ********************************/

/******************************* Form styles ********************************/
legend fieldset div p {
    padding: 250px;
}

legend
{
	font-weight: bold;
    color: #666666;
    border: 0px solid black;
}

fieldset
{
	padding: 10px 10px 10px 10px;
	border: solid 1px #ddd;
    clear: left;
}

div.editor-field
{
	margin-bottom: 10px;
}
/******************************* End of Form styles ********************************/

/******************************** input ***************************************/
input[type=text], input[type=password] 
{
    color: #444;
    /*font-size: 16px;*/
    padding-left: 5px;
}

input[type=text], input[type=password]
{
	border: 1px solid rgb(215, 215, 215);
	/*width: 300px;*/
    height: 28px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radiust: 2px;
    -moz-border-radius: 2px;
}

select {
    /*width: 308px;*/
    border: 1px solid rgb(215, 215, 215);
    height: 28px;
    padding: 4px;
    font-size:11px;
    /*border-radius:3px;*/
    outline:none;
    font-family:Arial;
}
select.section {
    width: 400px;
}

input[type=text]:focus, input[type=password]:focus
{
	border:1px solid #FF8C00;
    -moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #FF8C00 inset;
    -webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #FF8C00 inset;
    box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #FF8C00 inset;
	-webkit-transition: all 0.7s ease 0s;    
    -moz-transition: all 0.7s ease 0s;    
    -o-transition: all 0.7s ease 0s;    
    transition: all 0.7s ease 0s;
}
input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
    color:#444;
}
input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#444;
}
input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#444;
}
input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#444;
}
input[type=text]:focus::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;
}
input[type=text]:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input[type=text]:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;
}
input[type=text]:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999;
}
/******************************** End of input ***************************************/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18 {
  display: inline;
  float: left;
  /*margin-left: 10px;*/
  margin-right: 10px;
}
/* container */
.container960{
    margin: 0px auto 0px;
    width: 960px;
    max-width: 1080px;
}
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  background: #fff;
  min-height: 750px;
}
.container_18 {
  margin-left: auto;
  margin-right: auto;
  width: 1150px;
  max-width: 1150px;
  background: #fff;
  min-height: 750px;
}
.container1080{
    margin: 0px auto 0px;
    width: 1150px;
    max-width: 1150px;
}

.container1090{
    margin: 0px auto 0px;
    /*background: #9a0000;*/
    width: 100%;
    min-width: 1150px;
    background: #D01F19;
	background: -webkit-gradient(linear, left top, left bottom, from(#D01F19), to(#C41710));
	background: -moz-linear-gradient(top,  #D01F19,  #C41710);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D01F19', endColorstr='#C41710');
}
.textfield {
    display: inline-block;
    overflow: visible;
    outline: none;
}

.productQty-textfield {
    height: 14px;
    padding: 5px 4px;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: border linear .2s;
    -moz-transition: border linear .2s;
    -ms-transition: border linear .2s;
    -o-transition: border linear .2s;
    transition: border linear .2s;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_18 .grid_1 {
  width: 40px;
}

.container_18 .grid_2 {
  width: 100px;
}

.container_18 .grid_3 {
  width: 158px;
  /*-moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;*/
  padding: 10px;
  border: 1px solid #e3e3e3;
}

.container_18 .grid_5 {
  width: 280px;
}

.container_18 .grid_6 {
  width: 340px;
}

.container_18 .grid_7 {
  width: 400px;
}

.container_18 .grid_9 {
  width: 520px;
}

.container_18 .grid_10 {
  width: 580px;
}

.container_18 .grid_11 {
  width: 640px;
}

.container_18 .grid_11 {
  width: 700px;
}

.container_18 .grid_13 {
  width: 760px;
}

.container_18 .grid_14 {
  width: 820px;
}

.container_18 .grid_15 {
  /*width: 1060px;*/
  width:940px;
  max-width:940px;
}

.container_18 .grid_16 {
  width: 940px;
}

.container_18 .grid_17 {
  width: 1000px;
}

.container_18 .grid_18 {
  width: 1150px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after,
.container_18:before,
.container_18:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after,
.container_16:after, 
.container_18:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12,
.container_16,
.container_18 {
  zoom: 1;
}
/****************************************************************** End of Grid: 1080 ******************************************************************/

/****************************************************************** End of General ******************************************************************/
/****************************************************************** Header ******************************************************************/
.header {
    /*background: #EAE8E8;*/
    height: 80px;
    width: 100%;
    top: 0;
    left:0;
    /*z-index: 150;
    margin-top: 30px;*/
}
.headerFixedTop 
{
    background: #FFFFFF;
    z-index: 150;
    top: 0;
    height: 75px;
    position: fixed;
    border-bottom: 1px solid grey;
} 
.headerTop {
    width: 100%;
    top: 0;
    left:0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    min-width: 1150px;
    /*-webkit-box-shadow: 1px 3px 4px 0 rgba(0,0,0,0.15);
    box-shadow: 1px 3px 4px 0 rgba(0,0,0,0.15);*/
    /*z-index: 150;
    position: fixed;*/
}
/****** Header Menu ******/
.headerMenu ul{
	list-style:none;
	margin:auto;
	height:30px;
}
.headerMenu > ul > li {
	float:right;
	display:block;
	position:relative;
	text-align:center;
	padding:0;
	margin:0;
	border:none;
}
.headerMenu .headerSubMenu > p {
	margin: 10px;
	color: #fff;
    font-weight:bold;
}
.headerMenu > ul > li:hover > a {
	color:#00b0ff;
    text-decoration:none;
}
.headerMenu > ul > .has-sub:hover {
    background:#635555;
}
.headerMenu > ul > .has-sub:hover a {
	color:#fff;
}
.headerMenu li a {
	display:block;
	outline:0;
	text-decoration:none;
	cursor: pointer;
    vertical-align: middle;
    font-size: 12px;
    padding: 2px 1px 2px 15px;
	margin:5px 10px 0 0;
	font-weight: bold;
}
.headerMenu .has-sub > a:before{ content:''; position:absolute; top:15px; right:6px; border:5px solid transparent; border-top:5px solid #4b4b4b; }
.headerMenu .has-sub:hover > a:before { content:''; position:absolute; top:10px; right:6px; border:5px solid transparent; border-bottom:5px solid #fff; }
.headerMenu .headerSubMenu {
    z-index: 99;
    display:none;
	margin:-1px;
	float:left;
	position:absolute;
	left:-999em;
	text-align:left;
	padding:5px 5px;
    background:#635555;
    width:190px;
}
.headerMenu .has-sub:hover > .headerSubMenu {
    top:auto;
	left:1px;
    display:block;
}
.headerSubMenuCol1 {
    width:auto;
	display:inline;
	float:left;
	position:relative;
	margin:0 5px;
}
.headerMenu .allCatDiv {
    width:100%;
    z-index: 999;
	position:absolute;
	top:30px;
	left:0;
	padding:10px 0px;
    background:#635555;
    display:none;
    min-height: 200px;
}
.headerMenu .allCatDiv div {
    padding:0px 10px 10px 10px;
}
.headerMenu .allCatDiv a {
    font-size: 13px;
    color:#fff;
    font-weight:bold;
}
.headerMenu .allCatDiv p a {
    font-size: 11px;
    color:#fff;
    border-right: solid 1px #999;
    margin-right: 5px;
    padding-right: 5px;
}
.headerMenu .allCatDiv p a:last-child {
    border-right: none;
}
.headerMenu .allCatDiv .close {
    width:1080px;
    margin:0 auto;
    top:10px;
	position:absolute;
	text-align:center;
}
/****** End of Header Menu ******/
/************************* Top-Login - Reg/S.Cart Menu Bar *************************/
/*.headmenu
{
    height: 30px;
}
.headmenu-left
{
	list-style: none; 
	width: 50%;   
    float: left;
}
.headmenu ul {
    list-style: none;
    float: right;
    width: 100%;
}
.headmenu ul li {
    display: inline;
}
.headmenu ul li a{
	float: right;
	display:block;
	margin:0px 5px; 
	text-align: center;
	cursor: pointer;
    vertical-align: middle;
    font-size: 11px;
    padding: 10px;
}
.headmenu-logout
{
    list-style: none;
    float: right;
    width: 63%;
}
.headmenu-logout li a{
	float: right;
	display:block;
	margin:0px 5px;
	text-align: center;
	cursor: pointer;
    vertical-align: middle;
    font-size: 11px;
    padding: 10px; 
    color: #ffffff;
}*/
/************************* End Top-Login - Reg/S.Cart Menu Bar *************************/

.headerMid {
    position:relative;
    height: auto;
    min-height: 60px;
    padding-top:5px;
}
.headerLogo
{
    float:left;
}
.headerSearch{
    float:right;
    padding-top:15px;
}
/*****************************Search Box*****************************/
.searchControl {
    border: solid 1px #ccc;
    height: 35px;
     /*min-width:500px;*/
     width:425px;
     background:#fff;
     position:relative;
     border-radius:4px;
}
.searchControl div {
    display: inline;
    margin:0;
    padding:0;
    float:left;
    width:auto;
}
.catDropdown dd, .catDropdown dt, .catDropdown ul { margin:0px; padding:0px; }
.catDropdown dt {width:auto;min-width:45px;height:35px;/*background:#F8F8F8;*/}  
.catDropdown dd { position:relative; }
.catDropdown dt span {cursor:pointer; display:block; padding: 10px 5px 5px 5px; width:auto; font-size:12px;margin-top:1px;}
.catDropdown dt span:after {content:''; position:relative; margin-left:5px; top:5px; float:right; border:5px solid transparent; border-top:5px solid #000;}
.catDropdown dd ul { 
    z-index:99; background:white; display:none;
    list-style:none; padding:5px 0px; position:absolute; 
    left:0px; top:2px; width:auto;min-width:150px;font-size:12px;}
.catDropdown span.value { display:none;}
.catDropdown dd ul li{ padding:5px; display:block;cursor:pointer;}
.catDropdown dd ul li:hover { background: #ccc;}
.catDropdown span.value { display:none;}
.searchControl input[type="text"] {
     float: left;  
     /*font: bold 12px Arial,Helvetica,Sans-serif;*/   
     font: 12px Arial,Helvetica,Sans-serif; 
     width: 300px;   
     height: 35px;
     border: none;
     position:relative;
     padding-right:5px;
} 

.searchControl input[type="text"]:focus {
     outline:0;
     -webkit-box-shadow: none;
     box-shadow: none;
} 

.searchButton {
    float:left;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 5px 10px;
	height:37px;
	border: none;
	position:relative;
	width:70px;
    margin-top:-1px;
}
/*****************************End of Search Box*****************************/
.menuNav{
    height: auto;
    min-height: 30px;
    background: #3d3d3d;
    width: 100%;
    z-index: 150;
    top: 0;
    left:0;
}
/******** Horizontal Mega Menu ********/
.menuContent{
    margin:0 auto;
    width: 1080px;
    position:relative;
}
.horizontalMegaMenu {
	list-style:none;
	height:45px;
	padding:0;
	/*background: #9a0000;*/
    margin:0 auto;
    max-width:900px;
}
.horizontalMegaMenu > li {
    display:block;
	float:left;
	text-align:center;
	position:relative;
	border:none;
	height:45px;
}
.horizontalMegaMenu > li:hover {
	/*background: #7A0000;*/
}
.horizontalMegaMenu > .alwaysShow{
    /*background: #7A0000;*/
    width:200px;
}
.horizontalMegaMenu > li > a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13.5px; 
	/*color: #eee;*/
    color:white;
	display:block;
	font-weight: bold;
	outline:0;
	text-decoration:none;
	/*text-shadow: 1px 1px 1px #000;*/
	padding: 5px 10px 5px 10px;
	margin-top:10px;
	text-align:center;
    text-transform:uppercase;
    letter-spacing:2px;
}
.horizontalMegaMenu > li:hover > a {
	color:#fff;
}
.horizontalMegaMenu .drop {
	padding-right:10px;
}
.horizontalMegaMenu .drop > a:before{ content:''; position:absolute; top:20px; right:5px; border:5px solid transparent; border-top:5px solid #fff; }
.horizontalMegaMenu .drop:hover > a:before { content:''; position:absolute; top:10px; right:5px; border:5px solid transparent; border-bottom:5px solid #fff; }
.horizontalMegaMenu > .alwaysShow > .mainMenu {
	left:0px;
    top:auto;
}
/* Drop Down */
.mainMenu {
    width: 200px;
    z-index:102;
	margin-top:9px;
	float:left;
	position:absolute;
	left:-999em; 
	text-align:left;
	background:none;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4;
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    box-shadow: 0px 1px 10px #a4a4a4;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
    z-index:120;
	margin-top:9px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	/* Gradient background */
	background:#fff;
	border: #ccc solid 1px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4;
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    box-shadow: 0px 1px 10px #a4a4a4;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}
/* Columns */
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.horizontalMegaMenu li:hover > .dropdown_1column, 
.horizontalMegaMenu li:hover > .dropdown_2columns, 
.horizontalMegaMenu li:hover > .dropdown_3columns,
.horizontalMegaMenu li:hover > .dropdown_4columns,
.horizontalMegaMenu li:hover > .dropdown_5columns, 
.horizontalMegaMenu li:hover > .mainMenu  {
	left:0px;
    top:auto;
}
.mainMenu li:hover > .dropdown_1column, 
.mainMenu li:hover > .dropdown_2columns, 
.mainMenu li:hover > .dropdown_3columns,
.mainMenu li:hover > .dropdown_4columns,
.mainMenu li:hover > .dropdown_5columns {
	left:200px;
    top:0px;
    height: 420px;
}
/*.mainMenu > ul > li > a:before{ content:''; position:absolute; top:10px; right:5px; border:5px solid transparent; border-left:5px solid #000; }
.mainMenu > ul > li:hover > a:before{ content:''; position:absolute; top:10px; right:10px; border:5px solid transparent; border-left:5px solid #000; }*/
.mainMenu li p {
    padding:0px 0px 10px 10px;
}
.mainMenu li p a {
    padding-right:5px;
    border-right: solid 1px #eee;
}
.mainMenu li p a:last-child {
    border-right: none;
}
.mainMenu .alt{
    background: #f1f1f1;
}
.mainMenu .mainSub {
	margin-top:0;
}
.mainMenu > ul > li > div > div > p {
   padding:0;
   border-top: solid 1px #999;
   border-bottom: dotted 1px #999;
}
/* Right alignment */
.horizontalMegaMenu > .horizontalMegaMenu_right {
	float:right;
	margin-right:0px;
}
.horizontalMegaMenu > li:hover > .align_right {
	left:auto;
	right:0px;
	top:auto;
}

/* Drop Down Content Stylings */
.horizontalMegaMenu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
.horizontalMegaMenu li ul {
	list-style:none;
	padding:0;
	margin:0;
}
.horizontalMegaMenu li ul li {
	font-size:12px;
	line-height:24px;
	/*position:relative;*/
	padding:5px 0 5px 10px;
	margin:0;
	float:none;
	text-align:left;
	background:#fff;
}
/*hover on listing */
.horizontalMegaMenu li ul li:hover {
	border:#fff;
	background: #635555 url('/s/Themes/StoreTheme/PublicBankTheme/Styles/images/arrow-orange.png') no-repeat 180px 10px;
}
.mainMenu ul li:hover > a,
.mainMenu ul li:hover > p > a {
	color:#fff;
}
.mainMenu ul li:hover > div > div > a {
	color:#000;
    font-weight:bold;
}
.mainMenu ul li:hover > div > a {
	color:#444;
}
/******** End Horizontal Mega Menu ********/
/****************************************************************** End of Header ******************************************************************/
/***************************************Button***************************************************/
/*
Button Colours That Have Been Created
* orange
* blue
* red
* green
* bred - blood red
* pink
* Grey Transparent Button
* Orange Transparent Button
*/
/****************************************************************************************/
/* Button */
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: bold 12px/100% Arial, Helvetica, sans-serif;
    padding: 4px 8px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 7px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.buynowbutton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: bold 21px/100% Arial, Helvetica, sans-serif;
    padding: 4px 8px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 7px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buynowbutton:hover {
	text-decoration: none;
}
.buynowbutton:active {
	position: relative;
	top: 1px;
}

/* Link */
.button-link 
{
    top: 5px;
    padding: 5px 10px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover, .button-link:focus {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
/*orange*/
.orange {
	color: #ffffff;
	border: solid 1px #f9a541;
	background: #F39A30;
	background: -webkit-gradient(linear, left top, left bottom, from(#F39A30), to(#ff6c00));
	background: -moz-linear-gradient(top,  #F39A30,  #ff6c00);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F39A30', endColorstr='#ff6c00');    
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/*Blue*/
.blue {
	color: #fef4e9;
	border: solid 1px #1e86ce;
	background: #1e86ce;
	background: -webkit-gradient(linear, left top, left bottom, from(#309de8), to(#0c3bbe));
	background: -moz-linear-gradient(top,  #309de8,  #0c3bbe);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#309de8', endColorstr='#0c3bbe');
}
.blue:hover {
	background: #2a7fba;
	background: -webkit-gradient(linear, left top, left bottom, from(#186da8), to(#2a7fba));
	background: -moz-linear-gradient(top,  #186da8,  #2a7fba);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#186da8', endColorstr='#2a7fba');
}
.blue:active {
	color: #d1ecff;
	background: -webkit-gradient(linear, left top, left bottom, from(#67a8d5), to(#296a97));
	background: -moz-linear-gradient(top,  #67a8d5,  #296a97);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8d5', endColorstr='#296a97');
}
/*red*/
.red {
	color: #fef4e9;
	border: solid 1px #ce1e53;
	background: #ce1e53;
	background: -webkit-gradient(linear, left top, left bottom, from(#ce1e53), to(#a3113d));
	background: -moz-linear-gradient(top,  #ce1e53,  #a3113d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce1e53', endColorstr='#a3113d');
}
.red:hover {
	background: #da4b76;
	background: -webkit-gradient(linear, left top, left bottom, from(#da4b76), to(#ce3261));
	background: -moz-linear-gradient(top,  #da4b76,  #ce3261);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#da4b76', endColorstr='#ce3261');
}
.red:active {
	color: #d1ecff;
	background: -webkit-gradient(linear, left top, left bottom, from(#b22952), to(#a01942));
	background: -moz-linear-gradient(top,  #b22952,  #a01942);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b22952', endColorstr='#a01942');
}
/*green*/
.green {
	color: #fef4e9;
	border: solid 1px #31983c;
	background: #1bc42e;
	background: -webkit-gradient(linear, left top, left bottom, from(#1bc42e), to(#31983c));
	background: -moz-linear-gradient(top,  #1bc42e,  #31983c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bc42e', endColorstr='#31983c');
}
.green:hover {
	background: #47dd58;
	background: -webkit-gradient(linear, left top, left bottom, from(#47dd58), to(#29cc3b));
	background: -moz-linear-gradient(top,  #47dd58,  #29cc3b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#47dd58', endColorstr='#29cc3b');
}
.green:active {
	color: #21a730;
	background: -webkit-gradient(linear, left top, left bottom, from(#21a730), to(#0d901c));
	background: -moz-linear-gradient(top,  #21a730,  #0d901c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#21a730', endColorstr='#0d901c');
}

/*blood red*/
.bred {
	color: #fef4e9;
    border: solid 1px #F3A847;
	/*border: solid 1px #ce1e53;*/
	/*background: #b10000;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#b10000), to(#cb0e0e));
	background: -moz-linear-gradient(top,  #b10000,  #cb0e0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10000', endColorstr='#cb0e0e');*/
    border-radius:0px 4px 4px 0px;
    background:url('/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/searchBtn.png');
    background-repeat: no-repeat;
    background-color:#F3A847;
    background-position:22px 5px;
}
.bred:hover {
	/*background: #9d0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#9d0000), to(#a12020));
	background: -moz-linear-gradient(top,  #9d0000,  #a12020);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d0000', endColorstr='#a12020');*/
    border-radius:0px 4px 4px 0px;
    border: solid 1px #F3A847;
    background:url('/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/searchBtn.png');
    background-repeat: no-repeat;
    background-color:#F3A847;
    background-position:22px 5px;
}
.bred:active {
	color: #fdfdfd;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#a21414), to(#b60c0c));
	background: -moz-linear-gradient(top,  #a21414,  #b60c0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a21414', endColorstr='#b60c0c');*/
    border-radius:0px 4px 4px 0px;
    border: solid 1px #F3A847;
    background:url('/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/searchBtn.png');
    background-repeat: no-repeat;
    background-color:#F3A847;
    background-position:22px 5px;
}
/*pink*/
.pink {
	color: #fef4e9;
	border: solid 1px #ee0b70;
	background: #ee0b70;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee0b70), to(#d0055f));
	background: -moz-linear-gradient(top,  #ee0b70,  #d0055f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0b70', endColorstr='#d0055f');
}
.pink:hover {
	background: #b71a60;
	background: -webkit-gradient(linear, left top, left bottom, from(#b71a60), to(#9c084a));
	background: -moz-linear-gradient(top,  #b71a60,  #9c084a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b71a60', endColorstr='#9c084a');
}
.pink:active {
	color: #fdfdfd;
	background: -webkit-gradient(linear, left top, left bottom, from(#81053d), to(#840e44));
	background: -moz-linear-gradient(top,  #81053d,  #840e44);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#81053d', endColorstr='#840e44');
}
/*Quick View Grey Transparent Button*/
.buttonTrans {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 5px 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buttonTrans:hover,.buttonTrans:active {
	text-decoration: none;
}
/*grey*/
.grey {
	color: #ffffff;
	background: rgba(48, 48, 48, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 48, 48, 0.5)), to(rgba(106, 97, 97, 0.5)));
	background: -moz-linear-gradient(top,  rgba(48, 48, 48, 0.5),  rgba(106, 97, 97, 0.5));
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
}
.grey:hover {
	background: rgba(33, 30, 30, 0.5);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 30, 30, 0.5)), to(rgba(0, 0, 0, 0.5)));
	background: -moz-linear-gradient(top,  rgba(33, 30, 30, 0.5),  rgba(0, 0, 0, 0.5));
}
/*orangeTrans*/
.orangeTrans {
	color: #ffffff;
	background: rgba(255, 90, 0, 0.7);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 90, 0, 0.7)), to(rgba(193, 68, 0, 0.7)));
	background: -moz-linear-gradient(top,  rgba(255, 90, 0, 0.7),  rgba(193, 68, 0, 0.7));
}
.orangeTrans:hover {
	background: rgba(210, 78, 6, 0.7);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 78, 6, 0.7)), to(rgba(174, 63, 2, 0.7)));
	background: -moz-linear-gradient(top,  rgba(210, 78, 6, 0.7),  rgba(174, 63, 2, 0.7));
}
.orangeTrans:active 
{
    background: rgba(210, 78, 6, 0.9);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 78, 6, 0.9)), to(rgba(210, 78, 6, 0.9)));
	background: -moz-linear-gradient(top,  rgba(210, 78, 6, 0.7),  rgba(210, 78, 6, 0.9));
}

.checkoutNow {
    background:#ff3333;
    color:#fff;
    font-size:21px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 8px;
    width: 300px;
    text-transform: uppercase;
}

.checkoutNow:hover {
    background: rgba(255, 51, 51, 0.77);
}

.addToCartBtn {
    font-size:18px;
    color:#fff;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    background:#ff9600;
    border-radius:5px;
    border: 1px solid #f29720;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.addToCartBtn:hover {
    background: rgba(255, 150, 0, 0.65);
    border:none;
}

.buyNowBtn {
    font-size:18px;
    color:#fff;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    background:#e6241e;
    border-radius:5px;
    border: 1px solid #f55e13;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.buyNowBtn:hover {
    background: rgba(230, 36, 30, 0.74);
    border:none;
}

/*************************************** End of Button***************************************************/
/****************************************************************** Footer ******************************************************************/
/****************** Scroll To Top, Back To Top ********************/
#back-top {
	position: fixed;
	bottom: 5%;
	right: 5%;
}
#back-top a {
	/*width: 96px;
	display: block;
	text-align: center;
    vertical-align: middle;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
    background: #c0c0c0;
    padding: 5px;
    border: 4px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    float: right;
}
#back-top a:hover {
	color: #000;
}
/****************** End of Scroll To Top, Back To Top ********************/

/************************************** Mall / Store Footer **************************************/
.footer {
     width:100%; 
     z-index: 2;
     padding: 5px 0;
     margin: 0px;
     background:#333333;
     line-height: 22px;
     color:#aaaaaa;
}
.fdfooter table {
    border: 0px solid red;
    width: 100%;
    margin: 15px 0px;
    vertical-align: top; 
}
.fdfooter table td {
    width: 25%;
    vertical-align: top;
}
.fdfooter ul {
    /*list-style:disc;*/
    list-style-type: none;
    margin-top: 10px;
}
.fdfooter ul li {
    /*margin-left: 25px;*/
    margin-top: 3px;
}
.footer .fdfooter h2 {
    font-size: 14px;
    color: #aaaaaa;
}
.htfooter-mainnav {
    margin-bottom: 20px;
    padding: 10px;
}
.htfooter-mainnav li a{
    color: #aaaaaa;
    text-decoration: none;
}
.htfooter-mainnav li a:hover 
{
    color: #ffffff;
    text-decoration: none;
} 
.htfooter ul li {
    list-style: none;
    font-size: 11px;
    color: #aaaaaa;
    padding: 2px 0;
}
.hfooter {
    font-weight: bolder;
    font-size: 12px;
    border-bottom: 4px solid #CAB3A3;
}
.footerCopyright {
    text-align:center;
}
/** Subscribe control **/
.subscribe span {
    text-align: left;
    padding: 0 10px;
    font-style: italic;
}
.subscribe {
    background: #FBEBDC;
    color: #261034;
    padding: 4px 5px;
    margin: 20px 0 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 645px;
}
.subscribe button{
    width: 100px;
}
.subscribe input[type=text]{
    height: 24px; 
    width: 300px;
    margin-right: 5px; 
    font-size: 12px;
}
/** End of Subscribe control **/

/* Footer Category Brand List */
.footerList {
    width:100%;
    margin-bottom:20px;
}
.footerList td {
    width:60%;
    vertical-align:top;
}
.footerList td h3 {
    color: #000;
    font-size: 14px;
    margin: 10px 10px 0 10px;
    text-align: left;
    text-decoration: none;
    border:none;
    border-bottom: 1px solid #444444;
    font-style:normal;
    padding-bottom:10px;
}
.footerList td ul li {
	display:inline-block;
	width:170px;
	vertical-align:top;
}
.footerList td ul, .footerList td li, .footerList td a,.footerList td ul li {
    list-style:none;
    color: #000000;
    font-weight: normal;
    line-height: 20px;
    font-size: 11px;
}
.footerList td li a  {
    display: block;
    width: 120px;
    border-bottom: 1px dotted #444444;
    display: inline-block;
    line-height: 20px;
    font-size: 11px;
    margin-left: 20px;
    color:#000;
}
.footerList td ul li a:hover {
    color: Gray;
    border-bottom: 1px dotted #Gray;
    text-decoration: none;
}
/* End of Footer Category Brand List */

/************************************** End of Store Footer **************************************/

/****************************************************************** End of Footer ******************************************************************/

/****************************************************************** Shopping Cart ******************************************************************/
/************ shopping cart breadcrumb *************/
#breadcrumb {
     float: left; 
     display: block;
     left: 25px;
    position: relative;
    margin: 4px 0px 4px 35px;
}
#breadcrumb ul {
     list-style: none;
}
.crumbs {
     display: block;
}
.crumbs li {
      display: inline;
}
.crumbs li.first {
     /*padding-left: 8px;*/
}
.crumbs li a, .crumbs li a:link.crumbs li a:visited {
     display: block; 
     float: left; 
     font-size: 14px; 
     margin-left: -24px; 
     padding: 15px 60px 19px 78px; 
     position: relative; 
     text-decoration: none;
     font-weight: bold;
    color: #333;
}
.crumbs li a {
     background-image: url('/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/bg-crumbs.png');  
     background-repeat: no-repeat; 
     background-position: 100% 0; 
     position: relative;
}
.crumbs li a:hover{
     color: #333; 
     background-position: 100% -56px; 
     cursor: pointer;
}
.crumbs li a:active  {
     color: #fff; 
     background-position: 100% -112px;
}
.crumbs li.first a span {
     height: 29px; 
     width: 3px; 
     /***border-left: 1px solid #d9d9d9;***/
     position: absolute; 
     top: 0px; 
     left: 0px;
}
.crumbs li.last a span {
     height: 29px; 
     width: 3px; 
     border-left: 1px solid #d9d9d9; 
     position: absolute; 
     top: 0px; 
     left: 0px;
}
.backgroundCrumbs {
    /*background: url('/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/bgbk-crumbs.png') no-repeat; */
    width: 100%; 
    height: 47px;
}
.cartNo {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bolder;
    padding-left: 32px;
    padding-top: 3px;
}
/************ End of shopping cart breadcrumb *************/
 /************ Wishlist *************/

.headTittle {
    color: #2f2f2f;
    padding-left: 20px;
    border-bottom: 2px solid #e7e3e3;
}
.moveAllBtn  {
    background: #ffffff;
    float: right;
    position: relative;
    width: 100%;
    margin: 5px 5px 5px 0;
}

.moveAllBtn button {
    background: #ffffff;
    float: right;
    cursor: pointer;
    font-size: 11px;
    color: #484242;
    font-style: italic;
}
.moveAllBtn button:hover {
    color: #000000;
}
/************ End of Wishlist *************/
/* Bag Empty Msg */
.cartEmptyMsg 
{
   
    text-align: center;
    vertical-align: middle;
    padding: 130px 0;
    font-size: 16px;
}

.greyTable{
    text-align: left;
    width: 100%;
    font-size: 13px;
}
.greyTable th {
    text-align: center;
    color: #fff;
    background: #757575;
    height: 28px;
}
.greyTable td{
    background-color: #efefef;
    height: 26px;
}
.greyTable .storeName td{
    background: #fff;
    color: #757575;
    font-size: 14px;
    padding: 5px;
}
.greyTable .storeName td a{ color: #757575; }
.whiteTable{
    text-align: left;
    width: 100%;
    font-size: 13px;
}
.whiteTable th {
    /*color: #fff;
    background: #757575;*/

    text-align: center;
    height: 35px;
    color:#000;
    border-bottom:1px solid #ddd;
    background:rgba(164, 164, 164, 0.06);
    padding:5px;
}
.whiteTable td{
    /*background-color: #efefef;*/
    /*height: 56px;*/
    /*border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;*/
    height:26px;
}
.whiteTable .storeName td{
    /*background: #999999;
    color: #fff;
    font-size: 14px;
    padding:5px;*/
    color: #757575;
    font-size: 14px;
}
.whiteTable .storeName td a{ color: #757575; }
.cartCheckOutBtn 
{
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    color: white;
    cursor: pointer;
    height: 34px;
    left: 122px;
    position: absolute;
    top: 69px;
    width: 145px;
    background-color: transparent;
}
.cartCheckOutBtn2 
{
    padding-left: 10px;
text-align: left;
    font-weight: bold;
font-size: 19px;
color: white;
    cursor: pointer;
    height: 34px;
    left: 122px;
    position: relative;
    top: 52px;
    width: 145px;
    background-color: transparent;
}
.cartCheckOutBtnCrumb {
    cursor: pointer;
    height: 34px;
    position: absolute;
    width: 145px;
    background-color: transparent;
    border: 1px solid red;
    z-index: 999;
    left: 200px;
}
.cartTotalPrice, .cartTotalPrice2 {
    background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/checkout-btn5.png") repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 110px;
    margin: 10px 0 20px 0;
    position: relative;
    width: 275px;
}
.cartTotalPrice3, .cartTotalPrice4 {
    background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/checkout-btn5.png") repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 110px;
    margin: 10px 0 20px 0;
    position: relative;
    width: 275px;
}
.cartTotalPrice2 {
    background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/confirmt-btn.png") repeat scroll 0 0 #FFFFFF;
    height: 110px;
    margin: 20px 0 0 0;
}
.cartTotalPrice div, .cartTotalPrice2 div, .cartTotalPrice3 div, .cartTotalPrice4 div
{
    color: #504D4D;
    font-size: 20px;
    font-weight: bold;
    left: 20px;
    position: relative;
    text-align: right;
    top: 16px;
    vertical-align: top;
    width: 230px;
}
.contShop {
    float: right;
    background: #fff;
    text-decoration: underline;
    color: #656464;
    cursor: pointer;
}
.contShop2 {
    background: #fff;
    text-decoration: underline;
    color: #656464;
    cursor: pointer;
}

.contShop:hover, .contShop2:hover {
    background: #fff;
    text-decoration: underline;
    color: #1d1d1d;
}

.cartUpdate, .cartDelete, .wishlistDelete {
    padding: 0px 5px;
    cursor: pointer;
    height: 18px;
    width: 19px;
}
.cartDelete { background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/images/redclose1.png") ; height: 20px; background-repeat:no-repeat;}
.wishlistDelete { background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/delete-icon.png"); width: 9px;}
.cartUpdate { background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/update-icon.gif");}
.cartDelete1 { background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/images/redclose1.png"); height: 20px; background-repeat:no-repeat;}
.wishlistDelete1 { background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/delete-icon.png"); width: 9px;}
.cartUpdate1 { background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/update-icon.gif");}
.cartUpdate:hover, /*.cartDelete:hover,*/ .wishlistDelete:hover {background-position: 100% -62px;}

.paymentOption ul {
  float: left;
  width: 12em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.paymentOption li {
  float: left;
  width: 6em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.listOrder {
    border-bottom: 1px solid #474545;
    padding: 14px 0 5px 0;
}
.noteTable {
    font-size: 12px;
    color: black;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 2px;
    font-style: italic;
}
.subGreyTable{
    text-align: left;
    width: 100%;
}
.subGreyTable td 
{
    height: 24px;
    font-size: 12px;
    background: #f6f6f6;
}
.subGreyTable th {
    text-align: center;
    height: 26px;
    font-size: 12px;
    background: #f6f6f6;

}
/****************************************************************** End Shopping Cart ******************************************************************/

/****************************************************************** User Account ******************************************************************/
.userdetail, .shopcart {
    padding: 10px 0px 10px 30px;
    text-align: left;
    width: 100%;
    font-size: 14px;
    border: 1px solid #fff;
}
.userdetail tr td {
    border: 0px blue dotted;
    padding: 3px 1px;
}
.orderReceipt {
    width: 100%;
    border: 0px blue solid;
}
.orderReceipt td {
    vertical-align: top;
    padding-left: 10px;
}
/***************************** Order History ******************************/
.orderhistory {
    padding: 10px 0px 10px 0px;
    text-align: left;
    width: 100%;
    font-size: 14px;
    border: 1px solid #fff;
}
.subMenu {
    width: 100%;
    border-bottom: 2px solid #595959;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.subMenu span {
    padding-left: 20px;
}
.orderLine {
    border-top: 1px solid rgb(239, 239, 239);
}
.orderSide {
    border-right: 1px solid rgb(239, 239, 239);
}
.orderFont {
    font-weight: bolder;
    color: black;
}
.orderdate {
    text-align: right;
    font-size: 12px;
    color: black;
    font-style: italic;
    font-weight: bold;
}
.orderHead {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    color: #000000;
}
.orderBilling  
{
    width: 100%;
}
.orderBilling td {
    border: 0px solid rgb(239, 239, 239);
    vertical-align: top;
    padding: 2px 0;
}
.orderPrice {
    font-weight: bold;
    color: #000000;
}
.orderTotal {
    font-weight: bolder;
    color: #021a78;
    font-size: 16px;
    text-transform: uppercase;
}
.orderTdCenter {
    text-align: center;
}
.orderTdRight {
    text-align: right;
}
.shopcart {
        padding: 0px 2px;
}
.orderhistory th, .shopcart th, .userdetail th {
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #222222;
    background: #c4e1da;
    padding: 5px;
}
.orderhistory tr:nth-child(2n), .shopcart tr:nth-child(2n){
    background-color: #ebf9df;
}

.orderhistory a {
    font-size: 13px;
    color: rgb(0, 46, 174);
    font-weight: bold;
}
.orderhistory a:hover {
    color: rgb(7, 26, 79);
}
.orderhistory a:active {
    color: rgb(105, 140, 238);
}
.orderhistory td {
    padding: 5px 2px;
}
/***************************** End of Order History ******************************/
/****************************************************************** End of User Account ******************************************************************/

/**************************************************** Content ****************************************************/
.content {
    width: 100%;
    margin:0 auto;
}
.banner {
    height: 420px;
}
.mainContent{
    z-index:1;
    margin:0 auto;
    width: 1080px;
    position:relative;
}
.rightContent {
    margin-left:230px;
    width: 1080px;
    padding-bottom: 10px;
}
.rightContent div {
    padding-bottom: 10px;
}
.rightContent div > h2 {
    border-bottom: solid 2px #222;
}

.topBreadCrumb {padding: 8px 0 8px 0;font-size: 11px;}
.topBreadCrumb div{ display:inline-block; }
.topBreadCrumb .right{
    float:right;
}
.topBreadCrumb .itemCount { font-weight:bold;font-size: 12px; }
#breadCrumbs { margin: 10px 0px 10px 0px; font-size:12px; }
#breadCrumbs a { padding:0 8px; text-decoration: none; margin-right: 5px; color:#777 }
#breadCrumbs a:first-child { padding-left:0; }
#breadCrumbs a:hover { /*text-decoration: underline;*/ color:#333;}
#breadCrumbs b, #breadCrumbs span  { padding-left:8px; /*color:#777*/ }

/****************************************************************** Product Listing ******************************************************************/
.view {
    /*border: 2px solid #fff;*/
    /*text-align: left;
    height: 280px;
    padding: 0 0px;
    position: relative;
    overflow: hidden;
    position: relative;*/

    border-left: 1px solid #e3e3e3;
    text-align: left;
    height: 286px;
    margin-left: -10px;
    margin-top: -10px;
    padding: 5px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
 }
 .view:hover {
	-moz-box-shadow: 0px 0px 5px 0px rgba(253, 253, 253, 0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(253, 253, 253, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(253, 253, 253, 0.5);
 }

.view .mask {
   position: absolute;
}

.view .content {
   position: absolute;
}

.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   background: rgba(0, 0, 0, 0.8);
}
.view p {
   font-family: Arial, Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #000000;
   text-align: center;
   /*width: 182px;*/
   background-color: rgba(48, 48, 48, 0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   left: 2px;
}
.view p a {
   font-family: Arial, Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #000000;
   text-align: center;
}

.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;   
}
.view-sixth p a {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   
}

.imgCart 
{
    float: right;
    margin: 2px;
    cursor: pointer;
}
       
.imgWishList 
{
    margin: 2px;
    cursor: pointer;
}

.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-sixth:hover p a {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}			
.comingSoonMsg {
    /*text-align:center; font-size:16px; padding:30px 0;*/
        text-align: center;
    font-size: 16px;
    /* padding: 30px 0; */
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    /* clear: both; */
    font-weight: bold;
    background-color: rgba(153, 153, 153, 0.17);
    /* border-color: rgba(51, 51, 51, 0.05); */
    color: #666666;
    padding: 15px;
    margin-left: 200px;
}

/* .prodlist {
    border: 2px solid #fff;
    text-align: left;
     height: 380px;
     padding: 0 0px;
     position: relative;
 }
 .prodlist:hover {
   height: 380px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
 }*/
 
 .boss {
    border: 1px solid red;
    height: 40px;
    vertical-align: bottom
}
.prodlist td {
     vertical-align: top;
     text-align: center;
 }
 
 .prodlist .prodname {
     /*width: 180px;*/
     border: 0px solid red;
     text-align: justify;
     color: #8c8c8c;
 }
 .prodname {
     font-size:12px;
     padding-left:3px;
     padding-right:3px;
     height:30px;
     overflow:hidden;
 }

.prodname a:link {
     /*color: #001191;*/
     font-weight:600;
}
.prodname a:visited {
     /*color: #001191;*/
}
.prodname a:active {
     color: #001191;
} 
.prodname a:hover {
     color: #DD7D15;
     text-decoration: none;
}
 .prodlist img {
     /*height: 260px;
     width: 180px;
    border: 1px solid #dbdbdb;*/
 }
 
 .prodlist img:hover {
     /*border: 1px solid #dbdbdb;*/
 }
 
 .prodlist .listPrice {
     text-align: left;
     font-weight: bold;
     color: #4d4848;
     font-size: 13px;
     padding: 2px;
 }

   .prodlist .listQuantity {
     color:red;
 }
  
.prodlist .listPrice .discountPrice {
	text-decoration: line-through;
	font-size: 11px;
	font-weight: normal;
    color:#999;
}

.prodlist .listPrice .salePrice {
    /*color: Red;*/
    color:#CC0000;
    padding-top: 5px;
    font-size: 16px;
    letter-spacing:0.5px;
}
.starsRating 
{
    width: 13px;
    height: 13px;
}

.a-size-large {
  font-size: 21px!important;
  line-height: 1.3!important;
  font-family: Arial,sans-serif;
  text-rendering: optimizeLegibility;
  font-weight:bold;
}

/****************************************************************** End of Product Listing ******************************************************************/

/*************************** Category Listing ***************************/
.searchRefine {margin-bottom:10px;}
.catRefine, .brandRefine {margin: 0;border:solid 2px #ccc;}
.brandRefine {border-top:none;}
.catRefine div, .brandRefine div{ display:inline-block; padding:5px; }
.catRefine .title, .brandRefine .title  {background:#ddd;width:100px;}

.catHeader{
    margin-bottom: 10px;
}
/*************************** End of Category Listing ***************************/
/*************************** Sort By Drop Down ***************************/
.sortingSelect {
	width: 150px;
	/*background: transparent;
	background-color: #333333;
	padding: 3px;*/
	font-size: 12px;
	border: 1px solid #ccc;
	height: 23px;
	/*color: #FFFFFF;
	font-weight: bold;*/
}
/*************************** End of Sort By Drop Down ***************************/

/*************************** Caption ***************************/
p.caption {
	display: block !important;
	position: relative !important;
}
p.caption img {
	position: absolute !important
}
p.caption span {
	background: #000;
	background: rgba(0,0,0,0.8);
	color: white !important;
	display: none;
	padding: 5px 10px !important;
	text-align: center;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
}
p.caption div {
	background: #000;
	background: rgba(0,0,0,0.8);
	color: white !important;
	display: none;
	padding: 5px 10px !important;
	text-align: center;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
}
/* New Caption */
.newCaption {
    float: left;
    position: absolute;
    background:#991B1E;
    color:#ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    line-height: 11px;
    z-index: 1;
    height: 25px;
    width: 25px;
    vertical-align: middle;    
}
/* End of New Caption */
/* Off Caption */
.offCaption {
    float: left;
    position: relative;
    background:#991B1E;
    color:#ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    line-height: 11px;
    z-index: 1;
    height: 25px;
    width: 25px;
    vertical-align: middle; 
    bottom:50px;   
}
/* End of Off Caption */
/* Sale Caption */
.saleCaption {
    float: right;
    position: absolute;
    background:#991B1E;
    color:#ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    line-height: 11px;
    z-index: 1;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    top:310px;
    right:5px;    
}
/* End of Sale Caption */
/* Delete Caption */
.deleteListItem {
    float: right;
    position: absolute;
    padding: 0px;
    right: 0px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    z-index: 1;
    vertical-align: top;    
}
/* End of Delete Caption */
/* Sold Out Caption */
.availabilityCaption {
    position:absolute;
    margin-top:22px;
    margin-left:-30px;
    text-transform:uppercase;
    letter-spacing:2px;
    text-align:center;
    font-family: arials,"futura-pt","gill sans",sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size:13px;
    opacity:0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    z-index:1;
}
.availabilityCaption div 
{
    width:135px;
    padding:8px 4px;
    background-color:#ceaaaa;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/* End of Sold Out Caption */
/*************************** End of Caption ***************************/

/*************************** Pagination ***************************/
.pagination 
{
  /*background: transparent;
  border: 0px solid #9A0000;
  cursor: default; 
  display:inline-block;
  width:100%;
  margin-bottom:5px;
  padding: 2px 0;*/
 padding: 20px;
    margin: 0;
    /*border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;*/
    /*margin-bottom:50px;*/
    width:96%;
    border:1px solid #e3e3e3;

}
.pagination > div > div
{
  display:inline-block;
  margin-right: 20px;
}
.pagination a, .pagination span { /*padding: 0.2em 0.3em;*/
                                  position: relative;
    float: left;
    padding: 4px 11px;
    text-decoration: none;
    /* color: #787878; */
    /* background-color: #fff; */
    border: 1px solid #e8e8e8;
    margin-left: -1px;
    /*border-radius: 4px;
    -webkit-border-radius: 4px;*/
    margin: 0px 3px;
    /*-moz-border-radius: 4px;*/
}
.pagination a { text-decoration: none !important; color: #787878; }
.pagination a:hover, .pagination a:focus {text-decoration: underline; background: #dcdcdc; }
.pagination .left{
    float: left;
	text-align: left;
	padding-left:5px;
	font-size:11px;
}
.pagination .right{
    float: right;
	text-align: right;
    position:relative;
    top:-12px;
}   
/*.pageNoTop
{
	padding: 2px 5px 2px 0;
	font-size: 15px;
	margin-bottom: 5px;
}
.pageNoTopLeft
{
	float: left;
	text-align: left;
	padding-right:3em;
	font-size:11px;
}
.pageNoTopRight
{
	float: right;
	text-align: right;
}
.pageNoBottom 
{
    float: right;
    padding: 2px 5px 2px 0;
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
}*/
.PageNumber, .PageNumberCurrent {text-decoration: none; color: #666666;}
.PageNumberCurrent
{   
    /*text-align:center;
    font-style: normal;
    font-weight: bold;
    background-color: #9A0000;
    display: inline-block;
    width: 1.1em;
    height: 1.4em;
    line-height: 1.5;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;*/
    /*text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;*/  
    /*color:white;*/ 	
    color: #fff;
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    cursor: default;
}
a.PageNumber:hover { text-decoration: none;    color: #fff;
    background-color: #2b2b2b; }
/*************************** End of Pagination ***************************/

/************************** Quick View Content **************************/
.quickViewTable {
    width: 100%;
}
.quickViewTable td 
{
    vertical-align: top;
    text-align: left;
}

.fdmainpicquick {
    width: 250px;
    height: 360px;
    border: 1px solid #d4d4d4;
}

.fdmainpicthumbquick {
    float: left;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.fdmainpicthumbquick li  {
    text-align: left;
    padding: 3px;
    float: left;
}
.fdmainpicthumbquick li img {
    border: 1px solid #d4d4d4;
    text-align: left;
    height: 76px;
    width: 55px;
    float: left;
    display: block;
}
.fdmainpicthumbquick li img:hover 
{
        border: 1px solid #b6b6b6;
}
.leftView {
    float: left;
    width: 365px;
}
.rightView {
    float: right;
    width: 190px;
    border: 0px solid red;
}
.nameview {
    font-size: 16px;
    font-weight: bold;
}
.fullDetailview {
    font-size: 10px;
    font-weight: bold;
    border: 0px solid red;
}
.priceView{
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    float: right;
    text-align: center;
}
.priceView li 
{
    float: right;
    text-transform: uppercase;
    border: 0px solid #ebebeb;
    padding: 5px;
}
.boldView {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

/*************************** Search Product Details ***************************/
.searchlist table {
	border: 0px solid #ddd;
	width: 100%;
	padding: 5px;
    vertical-align: top;
	}
	
.searchlist table table 
{
    border: none;
}
	
.searchlist table td {
    border: 0px solid red;
    vertical-align: top;
    padding: 0px 5px;
}

.searchlist td a {
  font-weight:bold;
  text-align:left;
  color:#004B91;
  	}
 .searchlist td a:hover {
  color:#2c70af;
 }
	
.searchlist img, .searchImg {
  border: 2px solid #b5b0b0;
  width: 100px;
  padding: 5px;
  vertical-align: top;
  background: #fff;
	}
/*************************** End of Search Product Details ***************************/	

/****************************************************************** Product Detail ******************************************************************/
#productDetails {
    color: rgb(46, 46, 46);
    }
#imageViewerThumb
{
    height: 280px;
    border: solid 1px #B4C0D1;
    padding: 5px;
}
.imageViewerIcon 
{
    border: 0px solid red;
    list-style: none;
    float: left;
}
     
.imageViewerIcon img
{
    width: 50px;
    border: solid 1px #B4C0D1; 
    margin: 0px 3px 0px 0;
    float: left;
    list-style: none;
}

.imageViewerIcon img:hover{
    border: solid 1px #7e7e7e;
}
.itemAvailability {
	font-weight: bold;
	color: #f00;
}

.fdstore {
    width: 100%;
}
.fdstore td {
    vertical-align: top;
}
.fdmainpic {
    /*width: 360px;
    height: 360px;
    border: 1px solid #d4d4d4;*/
}
.fdmainpicthumb {
    /*height: 120px;*/
    text-align: center;
    padding-left: 0px;
    list-style: none;
}
.fdmainpicthumb li  {
    text-align: left;
    margin-top: 5px;
    padding: 3px;
    float: left;
}
.fdmainpicthumb li img {
    border: 1px solid #d4d4d4;
    text-align: left;
    height: 50px;
    width: 50px;
    float: left;
    display: block;
}
.fdmainpicthumb li img:hover {
    border: 1px solid #b6b6b6;
}
.fdmainpicthumb li > .zoomThumbActive > img {
    border: 1px solid red;
}
.topLine {
    border-bottom: 4px solid #454545;
    width: 365px;
}
.price {
    margin-top: 20px;
    /*width: 365px;*/
    width:100%;
}
.price table {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}
.price td {
    border: 0px solid #f5f5f5;
    vertical-align: middle;
    padding: 5px 0px 5px 0px;
}
.salesPrice {
    /*font-size: 24px;
    color: #f8860f;*/
    font-size: 26px;
  color: #F60;
  font-weight: 600;
}
.salesPriceQuick {
    font-size: 18px;
    color: #f8860f;
}
.freeShipping {
    background-color:#ffff33; 
    line-height:35px; 
    width:365px; 
    text-align:center;
    color:#333333;
}
.fdoptionpicthumb {
	/*width: 345px;*/
    text-align: center;
    padding-left: 1px;
    padding-top: 3px;
	list-style: none;
}
.fdoptionpicthumb li  {
    text-align: left;
    padding: 3px;
    float: left;
}
.fdoptionpicthumb li img {
    border: 1px solid #d4d4d4;
    text-align: left;
    /*height: 50px;*/ 
    width: 30px; 
    float: left;
    display: block;
}
.fdoptionpicthumb li img:hover {
    border: 1px solid #b6b6b6;
}
.fdoptionpicthumb li > .zoomThumbActive > a {
    border: 1px solid red;
}
fdoptionpicthumb a  {
    float: left;
    background-color: #fff;
    white-space: nowrap;
    width: auto!important;
    min-width: 10px;
    padding: 0 9px;
    text-align: center;
    border: 1px solid #b8b7bd;
    color: #4b4b4b;
    text-decoration: none;
}
.fdoptionpicthumb li a {
    border: 1.5px solid #d4d4d4;
    height:38px;
    line-height:38px;
    display: block;
    text-decoration: none;
    width: auto!important;
    background-position: left center!important;
    padding: 0 9px 0 40px;
    color:#000;
}
.fdoptionpicthumb li a:hover {
    border: 1.5px solid #b6b6b6;
    text-decoration: none;
    color: #000;
}
.fdoptionpicthumb li > a.zoomThumbActive {
    border: 1.5px solid #be0106;
}

.fdoptionpicthumb li a.noimg {
    border: 1.5px solid #d4d4d4;
    height:28px;
    line-height:28px;
    display: block;
    text-decoration: none;
    width: auto!important;
    background-position: left center!important;
    padding:0 9px;
    color:#000;
}
.fdoptionpicthumb li a.noimg:hover {
    border: 1.5px solid #b6b6b6;
    text-decoration: none;
    color:#000;
}
.fdoptionpicthumb li > a.noimg.zoomThumbActive {
    border: 1.5px solid #be0106;
}

.fdoptionpicthumb li a.out-of-stock {
    border: 1px dashed #D6D6D8;
    color: #CDCDCD;
    margin: 0;
    cursor: not-allowed;
}
.fdoptionpicthumb li a.out-of-stock:hover {
    border: 1px dashed #D6D6D8;
    margin: 0;
    color: #CDCDCD;
}

.itemOption {
    padding-top: 20px;
    /*width: 365px;*/
    position: relative;
    text-align: left;
}
.itemOption table {
    width: 100%;
}
.itemOption table td {
    vertical-align: middle;
}
.itemOptionName {
    /*font-weight: bold;*/
    font-size: 12px;
}
.itemOptionInput {
    border: 1px solid red;
}
.itemAvailability {
	font-weight: bold;
	color: #666666;
}
.quantitiyInsufficient {
    /*font-size: 10px;
    padding-left: 3px;
    font-weight: bold;*/
    /*font-style: italic;*/
    /*background-color: #5cb85c;*/
}

#itemCheckingStatus {
    color: white;
    line-height: 18px;
    display: inline-block;
    margin-left: 5px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.cartWish {
    /*width: 365px;*/
    padding-top: 10px;
}
.cartWish td {
    height: 32px;
    vertical-align: middle;
}
.contShop3 {
    background: #fff;
    cursor: pointer;
    color: rgb(116, 113, 113);
    /*border-bottom: 1px solid rgb(116, 113, 113);*/
    font-size: 12px;
    /*font-weight: bold;*/
    outline:none;
}
.contShop3:hover {
    color: black;
    border-bottom: 1px solid black;
}
.socialNetwork {
    vertical-align: top;
    padding-top: 5px;
    background: #f5f5f5;
    text-align: center;
    width: 365px;
}
 /************************************Product Image Zoom*************************************/
 #easy_zoom{
	width:600px;
	height:400px;	
	border:5px solid #eee;
	background:#fff;
	color:#333;
    position: absolute;
	top:60px;
	left:400px;
	overflow:hidden;
	-moz-box-shadow:0 0 10px #777;
	-webkit-box-shadow:0 0 10px #777;
	box-shadow:0 0 10px #777;
	/* vertical and horizontal alignment used for preloader text */
	line-height:400px;
	text-align:center;
	}
 /*****************************************Floating Menu**********************************/
/*div.floating-menu {
    position:fixed;
    width:150px;
    height: 30px;
    right: 5px;
    top: 30%;
}*/

#page-wrap {
    position:fixed;
    width:150px;
    height: 30px;
    top: 150px;
}

#box
{
    position: absolute;
    border-top: 1px solid #979797; 
    border-bottom: 1px solid #979797; 
    border-left: 1px solid #ffffff; 
    border-right: 1px solid #979797; 
    padding: 10px;
    background: #ffffff;
    width: 70px;
    left: 1080px;       
}

#box div {
    margin: 10px 0;
}
/******************************* Product desc style *******************/
#productDescContent div ul
{
	padding: 5px 0px 0px 10px;
	list-style: circle;
	clear: left;
}

#productDescContent div li
{
	list-style: circle;
	clear: left;
	position: static;
	margin: 0 0px 0 10;
	padding: 0px 0px 0px 50px;
	background: #ffffff;
}
/************************************************ Review / Q & A *****************************************/
.review, .reviewtab,.reviewmain {
    width: 100%;
}

.reviewHead {
    font-size: 22px;
    font-weight: bold;
    color: #535353;
    width: 100%;
    border-bottom: 1px solid #c1d2ea;
    padding: 5px 0px;
    background: #ddd;
    font-style: normal;
}

.review {
    border: 0px solid grey;
    padding-top: 20px;
}
.reviewtab {
    border: 1px solid #e6e6e6;
/*
    background: #e9e9e9;
*/
    padding: 5px;
    border: 3px solid #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f2f0f0;
}
.rating {
    width: 90px;
    /*background: #ffffff;*/
    padding: 5px;
    /*border: 1px solid #b0b0b0;*/
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.rating span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3px;
}
.createdby {
    font-size: 16px;
    padding-left: 0px;
    padding-bottom: 3px;
    font-style: italic;
    color: rgb(93, 88, 88);
    font-weight: bold;
}
.createddate {
    width: 130px; 
    font-size: 10px;
    color: rgb(194, 192, 192);
}
.fdmainreview {
    width: 180px;
    height: 260px;
    padding: 3px;
    border: 1px solid #d4d4d4;
}

.reviewRatingTab, .qAFormTable {
    width: 85%;
    border: 0px solid red;
    text-align: center;
}

.reviewRatingTab td, .qAFormTable td {
    border: 0px solid yellow;
    vertical-align: top;
    text-align: left;
    padding: 5px;
    
}
.reviewRatingTab input[type=text], .qAFormTable input[type=text] {
    width: 390px;
}
.reviewRatingTab textarea, .qAFormTable textarea {
    width: 400px;
    height:100px;
    resize: none;
    border: solid 1px gray;
}
.answerRow{
    color:Red;
}
/************************************************ End of Review *****************************************/

/**************************** Modal Dialog styles ****************************/
#mask, #mask2 {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .window,#boxes1 .window1,#boxes2 .window2 {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:700px;
  height:450px;
  padding:10px;
  background-color:#ffffff;
  border: 12px solid #000000;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

#boxes1 #dialog1 {
  width:800px;
  height:550px;
  padding:10px;
  background-color:#ffffff;
  border: 12px solid #000000;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
#boxes2 #dialog2 {
  width:800px;
  height:550px;
  padding:10px;
  background-color:#ffffff;
  border: 12px solid #000000;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.closeIt 
{
    background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/cross.png")no-repeat;
    position: relative;
    float: right;
    width: 35px;
    height: 35px;
}
/*******************************Modal Box Dialog For Shopping Cart***********************************/
#basic-modal-content {
    display:none;
}
/* Overlay */
#simplemodal-overlay {
    background-color:#ACACAC; 
    cursor:wait;
}
/* Container */
#simplemodal-container {
    /*height:310px; 
    width:660px;*/ 
    /*background-color:#3f3f3f;*/ 
    background-color:#fff;
    /*border:4px solid #444;*/ 
    /*padding:12px;*/
    /*color: #ffffff;*/
    color:black;
    /*height: 450px !important;*/
    height: 320px !important;
    width: 700px !important;
    /*left: 501.5px !important;*/
    border-radius:5px;
    -moz-box-shadow: 2px 5px 8px rgba(0,0,0,.25);
    -webkit-box-shadow: 2px 5px 8px rgba(0,0,0,.25);
    box-shadow: 2px 5px 8px rgba(0,0,0,.25);
    /*border:1px solid #ccc;*/
}
#simplemodal-container .simplemodal-data {
    /*padding:8px;*/
}
#simplemodal-container code {
    background:#141414; 
    border-left:3px solid #65B43D; 
    display:block; 
    margin-bottom:12px; 
    padding:4px 6px 6px;
}
#simplemodal-container a.modalCloseImg {
    background:url(http://www.pbbemall.com/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/x.png) no-repeat; 
    width:25px; 
    height:29px; 
    display:inline; 
    z-index:3200; 
    position:absolute; 
    top:-13px !important; 
    right:-12px !important; 
    cursor:pointer;
}
#basic-modal-content p {
    /*border-top: 2px solid rgb(187, 187, 187);
    border-bottom: 2px solid rgb(187, 187, 187);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0px;*/
    font-size: 21px;
    padding-top: 15px;
    background-color: #3399cc;
    height: 25px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right:20px;
    /*margin: -8px;*/
    color: #fff;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
#simplemodal-container .cartAlign {
    margin: 5px;
}
.addCartOptionProduct 
{
    /*width: 638px;*/
    font-size: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: visible;
    /*margin-top: 10px;*/
    /*height: 250px;*/
    /*height: 600px;*/
    height: 260px;
    /*padding: 2px;*/
    /*font-weight: bold;*/
    scrollbar-face-color: #336699; 
    scrollbar-3dlight-color: #336699; 
    scrollbar-base-color: #336699; 
    scrollbar-track-color: #336699; 
    scrollbar-darkshadow-color: #000; 
    scrollbar-arrow-color: #000; 
    scrollbar-shadow-color: #fff; 
    scrollbar-highlight-color: #fff;
}
.addCartOptionProduct img {
    /*width: 90px;
    height: 130px;*/
}
.addCartOptionProduct table 
{
    text-align: left;
    vertical-align: top;
    width: 100%;
}
.addCartOptionProduct table tr td
{
    text-align: left;
    vertical-align: top;
    /*color: #ffffff;
    background: none;*/
    color: #000000;
    padding: 10px;
    background: rgba(204, 204, 204, 0.15);
}
/******************************* End of Modal Box Dialog For Shopping Cart***********************************/
/****************************************************************** End of Product Detail ******************************************************************/

/***************************************login*************************************/
.loginPane {
    float:left;
    width:60%;
    border: 1px solid #ddd;
    height:300px;
}
.regPane {
    float:right;
    width:38%;
    border: 1px solid #ddd;
    height:300px;
}
.login {
    width: 100%;
}
.textBoxLogin input[type=text], input[type=password] {
     margin: 0 0 5px 0;
     width:50%;
}
.loginWidth, .regWidth  {
    width: 100%;
    padding: 0 10px;
}
 .regHead 
 {
 	font-size: 22px;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    vertical-align: top;
 	color: #000000;
 	border-bottom:solid 1px #ddd;
 }
.loginHead
{
	font-size: 22px;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    vertical-align: top;
 	color: #000000;
 	border-bottom:solid 1px #ddd;
}
.loginHead-signin-register
{
	width: 300px;
	font-size: 22px;
	padding: 10px 10px;
    text-align: center;
}
.loginHead-signin-register a
{
	text-decoration: none;
    background-color:Black;
    color: #ffffff;
    padding: 10px 10px;
}
.loginHead-signin-register a:hover
{
    border: 1px black dotted;
    color: black;
    background-color:#CAB3A3;
} 
.regNote {
 color: #000000;
    font-weight: bold;
    padding: 60px 0 15px 0;
    text-align: center;
    }

.loginNote {
    color: #000000;
    font-weight: bold;
    padding: 30px 0 15px 0;
}

.loginRemeber 
{
    text-align: center;
    vertical-align: top;
    color: #666665;
}
.loginForgot:link, .loginForgot:visited {
	color: #0095C6; 
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}
.loginForgot:hover {
	color: #FF0000;
	text-decoration: underline; 
	font-weight: normal; 
}

.loginBtn button {
    margin: 10px 0;
}

.regBtn {
    margin: 30px 0 0 0;
}

.regBtn a{
    color: white;
    text-decoration: none;
    display: block;
}
.pwdForgot {
    width: 65%;
    border: 0px red solid;
}

.pwdForgot input[type=text], input[type=password] {
    margin: 3px 0;
}

.miniRegNote {
    border-width: thin;
	border-color: #C0C0C0;
	color: rgb(63, 63, 63);
	font-weight: bold;
}

/* SOCIAL ICONS - GENERAL */
.social li {
    display:inline; 
    float:left; 
    background-repeat:no-repeat;
    padding: 5px;
    text-align: center;
    margin-left: 10px;
}
.social li a {
     display:block; 
     width:48px; 
     height:48px; 
     position:relative; 
     text-decoration:none;
}
.social li a strong  
{
    font-weight:normal; 
    position:absolute; 
    left:20px; 
    top:-1px; 
    color:#fff; 
    padding:3px; 
    z-index:9999;
    text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); 
    background-color:rgba(0, 0, 0, 0.7);
    -moz-border-radius:3px; 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
    -webkit-border-radius:3px; 
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
    border-radius:3px; 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
li.facebook {
     background-image:url("http://www.pbbemall.com/s/Themes/StoreTheme/PublicBankTheme/Styles/images/facebook.png");
}
li.gplus {
     background-image:url("http://www.pbbemall.com/s/Themes/StoreTheme/PublicBankTheme/Styles/images/gplus.png");
}
li.twitter {
     background-image:url("http://www.pbbemall.com/s/Themes/StoreTheme/PublicBankTheme/Styles/images/twitter.png");
}
#socialMedia:hover li {
     opacity:0.2;
}

#socialMedia li  
{
    -webkit-transition-property: opacity; 
    -webkit-transition-duration: 500ms;
    -moz-transition-property: opacity; 
    -moz-transition-duration: 500ms; 
}

#socialMedia li a strong  
{
    opacity:0;
    -webkit-transition-property: opacity, top; 
    -webkit-transition-duration: 300ms;
    -moz-transition-property: opacity, top; 
    -moz-transition-duration: 300ms; }

#socialMedia li:hover {
     opacity:1;
}
#socialMedia li:hover a strong {
     opacity:1; 
     top:-10px;
}
/*ModalBox*/
#hiddenDiv {
    display: none;
}


/* ------------------------------------------------- */

  /***********Login Button***********/ 
.btn {
    border: none;
    background: #34495e;
    color: white;
    font-size: 13.5px;
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.btn:hover, .btn:focus {
    background-color: #4e6d8d;
    color: white;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden; 
}
  .btn:active, .btn.active {
    background-color: #2c3e50;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn.disabled, .btn[disabled] {
    background-color: #95a5a6;
    color: white; }
  .btn.btn-large {
    padding-bottom: 8px;
    padding-top: 8px; }
  .btn.btn-primary {
    background-color: #1abc9c; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #2fe2bf; }
    .btn.btn-primary:active, .btn.btn-primary.active {
      background-color: #16a085; }
    .btn.btn-secondary {
    background-color: transparent;
    color: black;
    border:1px solid #1abc9c;
    }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      background-color: #2fe2bf;
      border:1px solid #2fe2bf;
      color:white;
    }
    .btn.btn-secondary:active, .btn.btn-secondary.active {
      background-color: transparent;
      border:1px solid #1abc9c;
      color:white;
    }
  .btn.btn-info {
    background-color: #3498db; }
    .btn.btn-info:hover, .btn.btn-info:focus {
      background-color: #5dade2; }
    .btn.btn-info:active, .btn.btn-info.active {
      background-color: #2383c4; }
  .btn.btn-danger {
    background-color: #e74c3c; }
    .btn.btn-danger:hover, .btn.btn-danger:focus {
      background-color: #ec7063; }
    .btn.btn-danger:active, .btn.btn-danger.active {
      background-color: #dc2d1b; }
  .btn.btn-success {
    background-color: #2ecc71; }
    .btn.btn-success:hover, .btn.btn-success:focus {
      background-color: #55d98d; }
    .btn.btn-success:active, .btn.btn-success.active {
      background-color: #27ad60; }
  .btn.btn-warning {
    background-color: #f1c40f; }
    .btn.btn-warning:hover, .btn.btn-warning:focus {
      background-color: #f4d03f; }
    .btn.btn-warning:active, .btn.btn-warning.active {
      background-color: #cea70c; }
  .btn-toolbar .btn {
    font-size: 18px;
    padding: 10px 14px 9px; }
    .btn-toolbar .btn:first-child {
      -webkit-border-radius: 6px 0 0 6px;
      -moz-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px; }
    .btn-toolbar .btn:last-child {
      -webkit-border-radius: 0 6px 6px 0;
      -moz-border-radius: 0 6px 6px 0;
      border-radius: 0 6px 6px 0; }

.btn-toolbar .btn.active {
  color: white; }
  
  
  .btn.btn-primaryblue:hover, .btn.btn-primaryblue:focus {
background-color: #2FBEE2;
}
.btn.btn-primaryblue {
background-color: #1A54BC;
}
/*************************Styles for validation helpers ******************************/
.field-validation-error 
{
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: normal;
    color: #ff0000;
    padding-left: 20px;
    margin-top: 5px;
}

.validation-summary-valid {
    display: none;
}
/************************* End of Styles for validation helpers ******************************/
ul#album-list
{
	list-style: none;
	margin-left: 0px;
}

ul#album-list li
{
	height: 130px;
	width: 100px;
	float: left;
	margin: 10px;
	text-align: center;
}

ul#album-list li a, ul#album-list li .button
{
	font-size: 12px;
	float: left;
}

ul#album-list li a span
{
	color: #9b9993;
	text-decoration: underline;
}

/* Border */
.leftBorder{
    border-left: solid 1px #ccc;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4;
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    box-shadow: 0px 1px 10px #a4a4a4;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.rightBorder{
    border-right: solid 1px #ccc;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4;
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    box-shadow: 0px 1px 10px #a4a4a4;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.sideBorder{
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4;
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    box-shadow: 0px 1px 10px #a4a4a4;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.topBorder{
    border-top: solid 1px #ccc;
    /*box-shadow: 0 4px 2px -2px #C5BFBF;*/
    -moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4;
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    box-shadow: 0px 1px 10px #a4a4a4;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.bottomBorder{
    border-bottom: solid 1px #ccc;
    /*box-shadow: 0 4px 2px -2px #C5BFBF;*/
    -moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4;
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    box-shadow: 0px 1px 10px #a4a4a4;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.allBorder {
    border: solid 1px #ccc;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4;
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    box-shadow: 0px 1px 10px #a4a4a4;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
/********************************** Link ***********************************/
a:link, a:visited {
    color: #4b4b4b; 
    font-family: Arial,Verdana,"Trebuchet MS",Helvetica,sans-serif;
    text-decoration: none;
}
a:active {
	color: #000000;

}
a:hover {
	color: #00b0ff;
    text-decoration: none;
}
p em
{
	color: #9b9993;
	/*border: 1px solid black;*/
}
.phead {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: red;
}
.pbutton {
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 0, 0);
    font-style: italic;
}
.pback {
    background: #ffe6b4;
    font-size: 16px;
    color: rgb(0, 26, 255);
    padding: 4px 0px;
    font-weight: bold;
    font-style: italic;
}
/********************************** End of Link ***********************************/

/******************************* Font Sytle ********************************/
.loghead 
{
    border: 1px solid #c1d2ea;
}

.signin {
    font-size: 22px;
    font-weight: bold;
    color: #535353;
    width: 100%;
    border-bottom: 1px solid #c1d2ea;
    padding: 5px 0px;
    background: #ddd;
    font-style: normal;
}
.mininote
{

	border-width: thin;
    border-bottom-style: solid;

	border-color: #C0C0C0;
	color: gray;
	
	font-weight: bold;
}

.formhead {
    color: #ffffff;
    background: #666666;
    font-weight: bold;
}

.redCrossedText {
	color: #991B1E; 
	font-size: 12px; 
	font-style: italic; 
	font-weight: bold;
	text-decoration: line-through;
}

.crossedText {
	/*font-style: italic;*/ 
	text-decoration: line-through;
    color:#777;
}
/************************************** Store Top Header ***********************************/
/** Top Fixed Bar 
.storeTopFixedBar {
    height: 33px;
    background: #FAF8F8;
    border-bottom: 1px solid #C5BFBF;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left:0;
    box-shadow: 0 4px 2px -2px #C5BFBF;
}
.storeTopFixedBarNav {
    width: 1080px;
    margin: 0px auto;
}**/

/************************************** End of Store Top Header ***********************************/

/*********************************** Store Content ***************************************/
.container_16 {
    /* CSS3 */
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4;
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    box-shadow: 0px 1px 10px #a4a4a4;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
/** Left Nav **/
.leftmenuNavTitle {  
    background-color: #ECECEC; 
    padding:5px;
    text-align: center;
    box-shadow: 1px 1px 3px #888888;
}
.leftmenuNav {  
    padding-bottom:10px;
    margin-bottom: 20px;
    /*margin-bottom:10px;*/
    /*position:relative;*/
    /*width:100%;
    border-left: 1px solid #b4c0d1;
    border-right: 1px solid #b4c0d1;
    border-bottom: 1px solid #b4c0d1;
    box-shadow: 1px 1px 1px 1px #888888;
    border-radius:5px 5px 5px 5px;*/
	/*background:#333;*/
	border: 1px solid #888888;
}
.leftmenuNav p {
    padding:10px 0px 10px 10px;
    font-weight:bold;
    border-bottom: 1px solid #333;
    background: #f7f7f7;
}
.leftmenuNav .filterTitle {
    text-decoration:none;
}
.leftmenuNav .reset {
    font-size:9px;
    float:right;
    padding:0px 5px 0px 0px;
    color: darkblue;
    text-decoration: underline;
}
.reset {
    font-size:9px;
    padding:0px 5px 0px 0px;
    color: darkblue;
    text-decoration: underline;
}
.leftmenuNav ul {
    list-style-type:none;
    list-style-position:outside;
    margin:0;
    padding:0px 0px 0px 15px;
    text-indent: -15px;
}
.leftmenuNav li {
    /*text-align:left;*/
    /*line-height:24px;*/
    list-style-type:none;
    list-style-position:outside;
    border-width:1px 0px 0px;
	/*border-style:dotted;*/
	border-color:#b4c0d1;
	margin:7px;		    
}
.leftmenuNav li.active {
    background-color:#333; /*d9f4f7*/
}
.leftmenuNav li a {   
    /*line-height:23px;*/
    padding-left:15px;
    /*color: #DBD6D6;*/
    text-decoration:none;
    font-weight:normal;
    background: transparent url('/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/menu-icon.png') no-repeat 0 3px;     
    margin-left:6px;
}
.leftmenuNav li a:hover {
   /*text-decoration:underline; */
}
.leftmenuNav li a.active, .leftmenuNav li a.active:hover {    
    background: transparent url('/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/menu-icon.png') no-repeat 0 3px;
	/*color: #fff;*/
	color:#383838;
	font-weight:bold;
	border-style:none;
	padding-right: 10px;	
}
.leftmenuNav ul.leftmenu {    
    list-style-type:none;
    list-style-position:outside;
    margin-left:18px;   
    padding-left:0;
    padding-top:0;
    /*background:#333;*/
}
.leftmenuNav ul.leftmenu li {     
    text-align:left;
    /*line-height:23px;*/
    /*margin:0;*/
    padding:4 0;
    border-style:none;
}
.leftmenuNav ul.leftmenu li a, .leftmenuNav ul.leftmenu li a:visited {
    padding-left:15px;
	margin:0;
	background-color:#333;	
	border-width:0px;
	border-style:none;	
    background:url('/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/menu-icon.png') no-repeat 0 3px;
}
.leftmenuNav ul.leftmenu li a.active, .leftmenuNav ul.leftmenu li a.active:hover {
    background:url('/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/menu-icon.png') no-repeat 0 3px;
    background-color:#333;
	/*text-decoration:none;*/
	font-weight:bold;
	border-style:none; 
}
.leftmenuNav ul.leftmenu li a:hover {
    /*background-color:#d9f4f7;*/
	text-decoration:underline;
	/*font-weight:normal;*/
}
.expand ul {
    display:block;
}
.collapse ul {
    display:none;
}
/** End of Left Nav **/

/* Quick View Content */
.quickViewTable {
    width: 100%;
}
.quickViewTable td {
    vertical-align: top;
    text-align: left;
}
.fdmainpicquick {
    width: 250px;
    height: 360px;
    border: 1px solid #d4d4d4;
}
.fdmainpicthumbquick {
    float: left;
    padding-left: 0;
    text-align: center;
    list-style: none;
}
.fdmainpicthumbquick li  {
    text-align: left;
    padding: 3px;
    float: left;
}
.fdmainpicthumbquick li img {
    border: 1px solid #d4d4d4;
    text-align: left;
    height: 76px;
    width: 55px;
    float: left;
    display: block;
}
.fdmainpicthumbquick li img:hover  {
        border: 1px solid #b6b6b6;
}
.leftView {
    float: left;
    width: 365px;
}
.rightView {
    float: right;
    width: 190px;
    border: 0px solid red;
}
.nameview {
    font-size: 16px;
    font-weight: bold;
}
.fullDetailview {
    font-size: 10px;
    font-weight: bold;
    border: 0px solid red;
}
.priceView{
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    float: right;
    text-align: center;
}
.priceView li 
{
    float: right;
    text-transform: uppercase;
    border: 0px solid #ebebeb;
    padding: 5px;
}
.boldView {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

/* End of Quick View Content */
.EntityFrame
{
/*margin: 5px 5px 5px 5px;
float:left;*/
/*border: 1px solid #EEE;*/
/*border: 1px solid transparent;
width: 170px;
height: 280px;
padding:2px;*/
/*moz-box-shadow: 0px 1px 6px #666, inset 1px 1px 0px #a4a4a4;
-khtml-box-shadow: 0px 1px 6px #666;
-webkit-box-shadow: 0px 1px 6px #666;
box-shadow: 0px 1px 6px #A4A4A4;
-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/

margin: 0px 0px 15px 0px;
    float: left;
    width: 210px !important;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
    height: 281px;
    padding: 9px;
}
.EntityFrame:hover
{
/*border: 1px solid #E97C15;
moz-box-shadow: 0px 1px 6px #666, inset 1px 1px 0px #E97C15;
-khtml-box-shadow: 0px 1px 6px #E97C15;
-webkit-box-shadow: 0px 1px 6px #E97C15;
box-shadow: 0px 1px 6px #E97C15;*/
/*border: 1px solid #FB8928;*/
/*moz-box-shadow: 0px 1px 6px #666, inset 1px 1px 0px #ccc;
-khtml-box-shadow: 0px 1px 6px #ccc;
-webkit-box-shadow: 0px 1px 6px #ccc;
box-shadow: 0px 1px 6px #ccc;*/
/*border-color: #ccc;*/
box-shadow: 2px 2px 4px rgba(0,0,0,.13);
-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
/*background: #F2F2F2;
filter: alpha(opacity=50);
opacity: 0.5;*/
}

#leftwrap {
float: left;
margin: 0;
padding: 0;
width:160px;
}
#leftmenuNav_rs ul {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 0;
}
#leftmenuNav_rs input {
margin: 3px;
/*transform:scale(0.7);*/
/*border:2px solid #ccc;*/
font-size:11px;
}
#leftwrap ul li {
/* line-height: 21px; */
list-style-type: none;
margin: 0;
/* padding: 0; */
}
#leftmenuNav_rs li {
line-height: 23px;
border-width: 1px 0px 0px 0px;
border-style: dotted;
border-color: #b4c0d1;
font-size:11px;
}
.entityFrameTop {
position: absolute;
top: 0px;
right: 0px;
width: 100%;
}
.entityToggleUp {
float: left;
cursor: pointer;
padding-left: 17px;
/*background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/images/arrow_down.png") no-repeat left 13px;*/
background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/images/collapse_alt.png") no-repeat left 10.5px;
text-transform:uppercase;
}
.entityToggleDown {
float: left;
cursor: pointer;
padding-left: 17px;
/*background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/images/arrow-blue.gif") no-repeat left 12px;*/
background: url("/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/images/expand_alt.png") no-repeat left 10.5px;
text-transform:uppercase;
}
.entityFilterHeader {
text-align: left;
color: #212121;
font-weight: bold;
font-size:11px;
vertical-align: middle;
height: 35px;
line-height: 35px;
padding-left: 3px;
border-top: 1px solid #e3e3e3;
clear:both;
/*background:#F7F7F7;*/
/*background: rgba(247,247,247,1);
background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );*/
}
.text5 
{
    font-size: 10px;
    font-weight:normal;
    color:#494949;
}
.entityFilterThumb {
border: 1px solid #c1d2db;
background-color: #f1faff;
/*padding: 3px;*/
border-radius: 4px;
float: left;
margin-right: 8px;
margin-bottom: 5px;
margin-top:5px;
}

#tabs 
{
background: transparent;
/* border: none; */   
}

#tabs .ui-tabs-nav {
padding: 0px;
}

#tabs .ui-widget-header {
background: transparent;
border: none;
/*border-bottom: 1px solid #eaeaea;*/
margin-left: -2.8px;
margin-right: -3.3px;
/* border-bottom: 2px solid #434343; */
}

#tabs .ui-tabs-anchor {
padding: .8em 1.5em;
font-size:15px;
}

#cke_pastebin, #tabs p {
    /*color: #333333;*/
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0px 10px 0px;
}

#tabs ul 
{
    font-size: 12px;
    padding: 10px 0px 10px 30px;
}

#tabs table {
    border: 1px solid #E6E6E6;
    width: 100%;
    border-spacing: 0px;
}

#tabs table td {
    /*width: 100%;*/
    padding: 5px 5px;
    font-size: 12px;
}

label.checkbox-label input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
    width:11px;
    height:11px;
}

/* Warranty*/
.warranty {
    /*float:left;*/
    margin-right:5px;
    height:35px;
}

.warrantyYearColumn {
    float: left;
    border: 1px solid #9A0000;
    color: #ffffff;
    height: 30px;
    padding: 0 2px;
    background-color: #9A0000;
}

.warrantyYearNumber {
    float: left;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    padding: 2px 1px 0 2px;
    font-family: arial;
}

.warrantyYear {
    float: left;
    margin: 12px 0 0 0;
    font-weight: bold;
    font-size: 9px;
    font-family: arial;
}

.warrantyTermColumn {
    float: left;
    border: 1px solid #9A0000;
    background-color: #ffffff;
    height: 30px;
    /* text-align: center; */
    padding: 0 2px;
}

.warrantyTermName {
    vertical-align: top;
    font-size: 14px;
    font-family: arial;
    /* text-align: center; */
    color: #9A0000;
    height: 13px;
    font-weight: bold;
    padding: 1px 0px;
}

.warrantyTermFrom {
    vertical-align: top;
    font-size: 9px;
    font-family: arial;
    color: #333333;
    padding: 2px 2px;
    font-weight: bold;
}

.saveInPercent{
    display: inline-block;
    border: 1px solid;
    color: #e97c15;
    line-height: 18px;
    padding: 2px 5px 2px 5px;
    /* border-radius: 4px; */
    font-size: 11.5px;
    margin-left: 5px;
    text-transform: uppercase;
    float: right;
    margin-right: 2px;
}

/*.click-nav {margin:100px auto;width:200px;}*/
.click-nav ul {
    position: relative;
    font-weight: 900;
}

    .click-nav ul li {
        position: relative;
        list-style: none;
        background-color: white;
        z-index: 2;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
    }

        .click-nav ul li ul {
            position: absolute;
            left: 0;
            right: 0;
            width: 200px;
        }
        /*.click-nav ul .clicker {position:relative;background:#2284B5;color:#FFF;}*/
        /*.click-nav ul .clicker:hover,.click-nav ul .active {background:#196F9A;}*/
        /*.click-nav img {position:absolute;top:9px;left:12px;}*/
        .click-nav ul li a {
            transition: background-color 0.2s ease-in-out;
            -webkit-transition: background-color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out;
            display: block;
            text-decoration: none;
        }
/*.click-nav ul li a:hover {background:#F2F2F2;}*/

/* Fallbacks */
.click-nav .no-js ul {
    display: none;
}

.click-nav .no-js:hover ul {
    display: block;
}

a.bluelink:link {
    color:#00b0ff;
}

a.bluelink:hover {
    color:#E47911;
}

div#descTab ol {
    font-size: 12px;
    margin-left: 15px;
}

div#descTab li {
    padding:2px;
}

/*********************************** End of Store Content ***************************************/


.sb-facebook {
    background-image: url('http://www.pbbemall.com/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/facebook-icon.png');
    display: inline-block;
    height: 30px;
    width: 30px;
}

.sb-google {
    background-image: url('http://www.pbbemall.com/s/Themes/StoreTheme/PublicBankTheme/Styles/Images/google-icon.png');
    display: inline-block;
    height: 0;
    width: 0;
}

.sb-social-cont > span {
    margin-right: 10px;
}