/* default tags */

body {
  background: #006599;
  font-family: Arial;   /* Verdana, Arial, sans-serif;  */
  font-size: 12px;
  text-align: center;
  margin:0px;
}

div {
  padding: 0px; margin: 0px;
  /*overflow:hidden;*/
}

a {
   color: #3D6886;
   text-decoration: none;
}

a:hover {
   color: red;
   text-decoration: none;
}

a img {

  border: 0px none;
}

form {

  margin: 0px;
}


/* Page Structure */

#pagewrapper {

  width: 814px;
  margin: 0px auto;
  text-align: left;
  overflow: visible;
  min-height: 800px;
}

/* Page DIVs */
#joinmlist { 
	display: none; 
}
#joinnow { 
	display: block; 
	background: #006599;
	color: white;
	float:left;
	padding:20px;
	text-align:left;
}
#joinnow p { 
	
}
/* .ui-dialog-titlebar { background: #fff; } */
/* Dialog
----------------------------------*/
/* .ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
 */
 
#loginpane {

   position:relative;
   font-size:9px;
   color: #7F9CB0;
   margin-bottom: -10px;
   /*position: absolute;*/
   /*top: 0px;*/
   height: 22px;
   /*border-color: red;
   border-width: 1px;
   border-style: solid;*/
   /*width:450px;*/
}
#loginpane inputx {

   font-size: 9px;
   border-color: #7F9CB0;
   border-width: 2px;
   border-style: solid;   
}

#loginpane a {
   color: #7F9CB0;
   font-size: 9px;
   text-decoration: none;
   padding: auto 10px;
   
   /*font-size: 9px;
   padding:1px;
   background-color: red;
   text-decoration: none;*/
}
#loginpane a:hover { 
  
  color: red;
  border-bottom: dotted;
  border-color: #7F9CB0;
  border-width: 1px;
}

#pageheader {

   margin: 0px;
   padding: 0px 0px 25px 0px;
   height: 75px;
   border-color: white;
   border-width: 0px;
   border-style: none;
   background-image: url('images/bg_top.jpg');
   background-position: bottom left;
   background-repeat: no-repeat;
   position: relative;
}

#sitefooter {
	margin-top:50px;
}
#sitefooter a  { color: #fff; }
#sitefooter a:hover { color: #f00; }

#pagelogo {

   height: 75px;
   width: 231px;
   /*background-image: url('images/logo_bc.jpg');
   background-position: left top;
   background-repeat: no-repeat;*/
   float: left;
   position: absolute;
   left: 0px;
   top: 0px;
}

#pagetabs {

   /* height: 60px; */
  /*  height: 28px; */
   width: 572px;
/*    background-color: white; */
   border-width: 0px;
   /*background-image: url('images/menu_bg1.jpg');
   background-position: left bottom;
   background-repeat: no-repeat;*/
   position: absolute;
   bottom: 25px;
   left: 231px;
   float: none;
}

#pagetabs .pagetab {

   /* height:30px; */ 
   height:29px; 
   width: 143px;
   background-position: top left;
   background-repeat: no-repeat;
   text-align: center;
   float: left;
}

#pagetabs .tablink {

   height:20px; 
   width: 133px;
   padding: 10px 5px 0px 10px;
}

#pagetabs .tablink a {

	font-family: Verdana, Arial;
	color: #3D6886;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}
#pagetabs .tablink a:hover {

	color:red;
}

#pagetabs .tablinkh {

	height:20px; 
	width: 133px;
	padding: 10px 5px 0px 10px;
}

#pagetabs .tablinkh a {

	font-family: Verdana, Arial;
	color: #ce3a54;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}
#pagetabs .tablinkh a:hover {

	color:#ce3a54;
}

#pagedetail {

   /*height: 600px;*/
   /*height: 100%;*/
	background-color: silver;
	background-image: url('images/bg_left_rpt.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	overflow: visible;
	padding: 0px;
	width: 814px;
	float:left;
   /*position: relative;*/
}

#pagemenu {

	/*padding-bottom: 25px;*/
 	background-image: url('images/bg_left.jpg');
	background-position: top left;
	background-repeat: no-repeat; 
	/*top: 0px; left: 0px;*/
/* 	background-color: #b2b2b2; */
	width: 130px;
	/*height: 570px;*/
	float: left;
	padding: 10px 15px 0px 27px;
/* 	color: white; */
	overflow: visible;
}

#pagemenudetail {

	/*width: 172px;*/
	/*font-size: 12px;
	font-weight: 700;*/
	/*padding: 10px 15px 10px 27px;*/
	overflow: visible;
	padding-bottom: 15px;
}

.menu_catgroup {
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:10px;
}
.menu_catgroups {
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:10px;
}
.menu_catgroup a {
	color: #3D6886;
	text-decoration: none;
}
.menu_catgroups a {
	color: #CE3A54;
	text-decoration: none;
}
.menu_catgroup a:hover {
	color: red;
	text-decoration: none;
}
.menu_catgroups a:hover {
	color: orange;
	text-decoration: none;
}

.menu_category {
	font-size: 11px;
	padding-left:10px;
}
.menu_categorys {
	color: #CE3A54;
	font-size: 11px;
	padding-left:10px;
}
.menu_category a {
	color: #3D6886;
	text-decoration: none;
}
.menu_categorys a {
	color: #CE3A54;
	text-decoration: none;
}
.menu_category a:hover {
	color: red;
	text-decoration: none;
}
.menu_categorys a:hover {
	color: orange;
	text-decoration: none;
}

.menu_other {
	/* font-size: 1.1em; */
	font-weight: 700;
}
.menu_others {
	color: #CE3A54;
	font-size: 12px;
	font-weight: 500;
}
.menu_other a {
	color: #3D6886;
	text-decoration: none;
	/* border-bottom: #3d6886 0px dotted; */
}
.menu_others a {
   color: #CE3A54;
   text-decoration: none;
}
.menu_other a:hover {
   color: red;
   text-decoration: none;
   /* border-bottom: red 1px dotted; */
}
.menu_others a:hover {
   color: orange;
   text-decoration: none;
}

#detailpane {

	/*   height: 470px;*/
	padding: 0px;
	margin:0px;
	/*margin-left: 172px;*/
	/*background-color: white;*/
	background-image: url('images/bg_right_rpt.jpg');
	background-position: top right;
	background-repeat: repeat-y;
	/*height: 580px;*/
	/*height: 100%;*/
	width: 642px;
	overflow: visible;
	float: left;
}
 
#productmain {
	/*top:0px;
	left:0px;*/
	float:left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
 	min-height: 585px; 
	width: 610px;
	background-color: #fff;
/* 	background-image: url('images/bg_mid.jpg');
	background-position: top left;
	background-repeat: repeat-x; */
}

#pagemain {
	/*top:0px;
	left:0px;*/
	float:left;
	margin: 0px;
	padding: 10px;
/*  	min-height: 570px;  */
	width: 590px;
	background-color: #b4b4b4;
	background-image: url('images/bg_mid.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#rightpanel {
 
	float:left;
	height: 570px;
	width: 32px;
	margin: 0px; padding: 0px;
	background-image: url('images/bg_right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
 }
#productmainimg {

	margin: 0px;
	height: 270px;
	width: 610px;
	background-position: top left;
	background-repeat: no-repeat;
	/*padding: 10px 0px 0px 10px;*/
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: 700;
}

#productmainimg img {
}

#productthumbnails {

	/*height: 200px;*/
	/*width: 300px;*/
	width:610px;
	min-height: 280px;
	/*height: 340px;*/
	padding: 0px;
	padding-left: 1px;  
	/*margin: 0px;*/
	/*overflow: hidden;
	clear:both;
	margin: 0px 0px 0px 1px; */

	/*background-image: url('images/bg_mid_rpt.jpg');
	background-position: top left;
	background-repeat: repeat-y; */
   
   
}
.thumbnaildiv {
	/*margin: 2px;*/
	/*background-color: white;*/
	/*height: 200px;*/
	width: 138px;
/* 	height: 276px; */
/* 	background-color: #b4b4b4;  */
	float: left;
	padding: 6px;
	margin: 2px 1px;
}
.thumbnailimg {

	background-color: white; 
 	height: 204px; 
/* 	padding:2px; */
	padding:1px;
	text-align: center;
	vertical-align: middle;
}
.thumbnailimg a {
	font-size: 15px;
}
.thumbnailimg img {

 	width: 136px; 
	height: 204px;
	padding: 0px;
	margin-top: 0px;
}
.thumbnailtext {

	padding: 4px 8px;
	background-color: #fff; 
	text-align: center;
	height: 41px;
	overflow: hidden;
	width: 122px;
}

.thumbnailtext a {

	color: #3D6886;
	font-size: 12px;
	font-family: Arial;
	font-weight: 700;
	text-decoration: none;
}
.thumbnailtext a:hover {

	color: #CE3A54;
}
.thumbnaildesc {

	padding: 3px 8px;
	background-color: #fff; 
	text-align: center;
	overflow: visible;
	width: 122px;
}

.thumbnaildesc a {

	color: gray;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
}
.thumbnaildesc a:hover {

   color: red;
}

.thumbnailprice {

	padding: 5px 10px;
	background-color: #fff;
	text-align: center;
	color:#CE3A54;
	font-size: 13px;
	font-family: Arial;
	font-weight: 700;
}


#productshop {

	/*height: 200px;*/
	/*width: 300px;*/
	/*height: 280px;*/
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	/*background-image: url('images/bg_mid_rpt.jpg');
	background-position: top left;
	background-repeat: repeat-y; */
	/*background-color: white;*/
   
}

.shopproductdiv {
	/*margin: 2px;*/
	background-color: white;
	/*height: 200px;*/
	/*width: 560px;*/
	padding: 0px 10px 10px 0px;
	/*margin: 10px 20px;*/
	margin: 0px;
	overflow: hidden;
}
.shopproductimg {
/*    height: 300px; */
	overflow: visible;
	width: 196px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#shopproductdetail {
   /*height: 280px;*/
	float: left;
	padding: 25px 0px 10px 10px;
	margin: 0px;
}

.shopproductdesc {

  padding: 5px;
  font-size: 12px;
  color: #b4b4b4;
  font-weight: 700;
}

.shopproducttext {

  padding: 15px 15px 5px 15px;
  font-size: 10px;
  color: #b4b4b4;
  text-align: left;
}

.shopproducttext a {

  color: #3D6886;
  font-size: 10px;
  text-decoration: none;
}
.shopproducttext a:hover {
   color: red;
}

.shopproducttitle {

  color: #3D6886;
  font-size: 22px;
  font-weight: 700;
}

.shopproductprice {

  color: #3D6886;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  padding: 25px 10px 5px 15px;
}
.shopproductsale {

  padding: 2px 10px;
  color: #CE3A54;
}
.productqtytitle {
	font-size:10px;
	color: #3D6886;
}
.shopproductsizesx {
  margin: 5px;

}
.psize {

   padding: 3px 5px 2px;
   height: 16px;
   margin: 2px;
   border-color: silver;
   border-width: 1px;
   border-style: solid;
   /*background-color: yellow;*/
   float: left;
   text-align: center;
}
.psize a {
  color: #3D6886;
  text-decoration: none;
}
.psize a:hover {
  color: red;
  text-decoration: none;
}
.psizeh {

   padding: 3px 5px 2px;
   height:  16px;
   margin:  2px;

   border-color: white;
   border-width: 1px;
   border-style: solid;
   background-color: #3D6886;
   float:  left;
   text-align: center;
}

.psizeh a {
  color: white; 
  text-decoration: none;
}
.psizedd {

	display:none;
	visibility: hidden;
}

.psizedd a {
  color: #cfcfcf; 
  text-decoration: none;
}


.pcolor {

   padding: 3px 5px 2px;
   height: 16px;
   margin: 2px;
   border-color: silver;
   border-width: 1px;
   border-style: solid;
   /*background-color: yellow;*/
   float: left;
   text-align: center;
   word-wrap: normal;
}
.pcolor a {
  color: #3D6886;
  text-decoration: none;
}
.pcolor a:hover {
  color: red;
  text-decoration: none;
}
.pcolorh {

   padding: 3px 5px 2px;
   height:  16px;
   margin:  2px;

   border-color: white;
   border-width: 1px;
   border-style: solid;
   background-color: #3D6886;
   float:  left;
   text-align: center;
}

.pcolorh a {
  color: white; 
  text-decoration: none;
}

.suggestiontext {

	font-family: Verdana;
   padding: 5px 10px;
   color: #CE3A54;
   color: #FF0000;
   font-size: 18px;
   font-weight: 700;
   text-align:right;
}

#formbuttondiv {

   padding: 15px 15px 15px 15px;
   text-align: center;
}

#formbuttondiv input {

   font-family: arial;
   font-size: 12px;
   width: 75px;
   color: #3D6886;
}
#panebuttondiv {

   margin-top: -36px;
   padding: 10px;
   text-align: right;
}

#panebuttondiv input {

   font-family: arial;
   font-size: 12px;
   width: 75px;
   color: #3D6886;
}
.formmessage {
   color: #3D6886;
   padding: 25px 25px 25px 100px;
}

#cart_details {

   padding: 20px;
   height: 441px;
}

#cart_details a {

   font-size: 14px;
}
#cart_details table { width: 100%; }

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

.noproducts {
	font-size: 14px;
	font-weight: 700;
	padding:70px 20px;
	text-align: center;
	color: #999;
}

#pagefooter {
   clear: both;
   height: 75px;
   background-image: url('images/bg_btm.jpg');
   background-position: top left;
   background-repeat: no-repeat;
   background-color: #006699;
}
#pagefooter p{
   padding-top: 40px;
   text-align: center;
   color: #0099CC;
}
#pagefooter a{
   color: #0099CC;
}
#pagefooter a:hover{
   color: #FF0000;
}
#pagefooter a:visited{
   color: #003399;
}

#sizing {

  font-size: 12px;
  color: #3D6886;
  padding: 20px 5px;
}

#sizing table {

  background-color: white;
}

#sizing td {

  text-align: center;
  border-color: silver;
  border-style: solid;
  border-width: 1px;
}

#deliverydetails {
	padding: 20px 15px;
}

#deliverydetails p {
	font-size: 12px;
	color: #3D6886;
}

#deliverydetails a {
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	width: 100%;
}

.a_function {
   float:left;
   background-color: #3D6886;
   padding: 3px 10px;
   margin: 3px 40px;
   border: 2px outset silver;
}
.a_function2 {
   float:left;
   background-color: #3D6886;
   padding: 3px 10px;
   margin: 0px;
   border: 2px outset silver;
}
.a_function_links  {

   color: white;
   font-weight: 700;
   text-decoration: none;
}
.a_function2_links  {
   color: white;
   font-weight: 300;
   text-decoration: none;
   font-size: 10px;
}
/* shopping cart */
#cart-list {
	clear:both;
	padding:5px 10px;
	text-align:right;
}
#cart-list table {
	text-align:left;
}
.cart-title-row {
	padding: 5px;
	background-color: #f0f0f0;
	color: #006599;
/* 	border-top: 1px solid #006599;
	border-bottom: 1px solid #006599; */
}
.cart-title {
	padding: 5px;
	color: #c0c0c0;
	border-top: 1px solid #006599;
	border-bottom: 1px solid #006599;
}
.cart-c {
	text-align: center;
}
.cart-r {
	text-align: right;
}
.cart-total-title {
	text-align: right;
	font-size: 12px;
	padding:5px 5px;
	color: #006599;
}
.cart-total-price {
	text-align: right;
	font-size: 12px;
/* 	font-weight:700; */
	padding:5px 5px;
}
.cart-ttotal-title {
	text-align: right;
	font-size: 16px;
	font-weight:700;
	padding:20px 5px;
	color: #006599;
}
.cart-ttotal-price {
	text-align: right;
	font-size: 16px;
	font-weight:700;
	padding:20px 0px;
}

.cart-item-qty { border:1px solid #006599;font-size:10px;text-align:center; }

.cart-item-desc {
	color: #c0c0c0;
}
.cart-item-size{
	color: #666;
}
.cart-item-remove {
	padding:0px 0px 0px 10px;
	vetical-align: middle;
}
.cart-function { float: left; }
.cart-function-button { display:block; margin: 0px 20px; padding:3px 15px;  border:1px outset #ccc; background:#006599;text-align:center;color:white;font-size:12px;}
.cart-function-link { }
.cart-function-link { text-decoration:underline; }
.cart-function-link a { text-decoration:underline; }

.cart-freight-row { padding: 5px 0px; border-top: 1px solid #e0e0e0; }
.freight-desc  { padding: 10px; text-align:right; color: #006599; }
.cart-freight-total { padding-right:10px; }
.product-code {
	padding: 5px 0px;
}
.product-name {
	font-size:10px;
	padding: 5px 20px 10px 10px;
	width: 350px;
}
.product-name a {
	font-size:14px;
/* 	font-weight: 700; */
	color: black;
}
.product-qty {
	padding: 5px 0px;
}
.product-price {
	text-align:right;
	padding: 5px 5px 5px 35px;
}
/* dialog */
.ui-dialog-titlebar {

}
#joinmlist a { color : #0099cc; font-size:10px; text-decoration: underline;}
#joinmlist a:hover { color : #fff;border-bottom:1px dotted #fff;text-decoration: none; }
