﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

.main-menu-text
{
    padding-top:10px; padding-bottom:10px;
}

/* Product Start*/
.product-form-image
{
    position:relative;
    float:left; 
    width:40%; 
    height:480px; 
    vertical-align:middle; 
    text-align:center
}

.product-form-description
{
    margin-left:42%; 
    height:400px;
}
/* Product End*/

/* Home Start */
.home-banner-left
{
    float:left; 
    margin-top:10px; 
    margin-bottom:10px
}
.home-banner-right
{
    float:right;
    margin-top:30px; 
    margin-bottom:10px; 
    margin-right:10px
}
.home-body-start
{
    margin-right:201px; 
    margin-top:10px; 
    text-align:center;
}
.home-index
{
    padding-bottom:20px; 
    margin-left:200px; 
    margin-right:200px
}
.home-search
{
    border-color:Blue; 
    border-style:solid; 
    border-width:1px; 
    height:30px;
    width:590px;
    margin-top:25px; 
    margin-bottom:25px; 
    background-color:rgb(246,246,246);
}
.home-search-input
{
    border:0px; 
    vertical-align:top; 
    height:28px; 
    width:430px; 
    margin:0px; 
    padding:0px;
}
.home-product-category
{
    display:inline-block; 
    width:585px; 
    height:700px; 
    margin-right:10px;
    margin-bottom:5px; 
    margin-top:5px; 
    padding:0px; 
    border-style:solid; 
    border-width:1px; 
    border-color:#ccc;
}
.home-product-category-image
{
    height:370px; 
    width:63%; 
    margin:0px; 
    padding:0px;
    text-align:center;
    vertical-align:middle;  
    opacity:0.9;
}
.home-product-image
{
    text-align:center; 
    float:left; 
    width:400px; 
    height:400px; 
    padding:5px
}
.home-product-category-list
{
    float:right; width:35%
}


/* Home End */

/* Store Start */
.store-banner
{
    width:1200px; 
    height:300px; 
    margin:0px; 
    padding:0px;
}
.store-banner-image
{
    width:1200px; 
}
.store-menu-left
{
    float:left; 
    z-index:2;
    text-align:left;
    height:45px; 
    background-color:rgba(244, 245, 246, 1); 
    width:595px;
    vertical-align:middle;
}
.store-menu-right
{
    width:595px; 
    background-color:rgba(244, 245, 246, 1); 
    display:inline-block; 
    padding:5px;
}
.product-content
{
    position:relative; 
    width:980px;
}
.store-error
{
    text-align:center; 
    width:100%; 
    color:Red; 
    margin-top:100px;
}
#store-main
{
    min-height:690px;
    padding:5px;
    vertical-align:top; 
    background-color:White;
    _height: 1px; 
    margin-left:210px;
    margin-right:200px;
}
.store-banner-operate
{
     position:absolute; z-index:2; top:150px; left:750px
}
.store-left
{
    display:table-cell; vertical-align:top; width:200px
}
.store-search-input
{
    border:0px; vertical-align:top; height:28px; width:430px; margin:0px; padding:0px;
}
.store-document-image
{
    max-height:390px; max-width:390px; margin:0px; padding:5px;
}
.store-list
{
    height:125px; width:185px; text-align:center; vertical-align:middle; display:inline-block; list-style-type:none; padding-bottom:5px; padding-right:5px;
}
/* Store End */

.product-list
{
height:280px; width:180px; text-align:center; vertical-align:top; display:inline-block; list-style-type:none;
}

.product-description
{
    padding:5px;
}

.product-description-title
{
    font-weight:bolder;
}

.product-description-image
{
    float:left; 
    width:400px; 
    text-align:center;
}
.product-description-main-image
{
    max-width:400px; 
    max-height:400px;
}

.contain
{
    border-color:#ccc;
    border-style:solid;
    border-width:1px;
}

.background-color
{
    background: rgba(244, 245, 246,0.6);
}

.button-bg
{
    background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #ffffff),
	    color-stop(1, #e8eef4)
    );
    background-image: -o-linear-gradient(bottom, #ffffff 0%, #e8eef4 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 0%, #e8eef4 100%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #e8eef4 100%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%, #e8eef4 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e8eef4 100%);
    
    border: 1px solid #1996E6;
    font-size:12px;
    font-weight:bold;
    padding:5px;
}
.button-bg:hover
{   
        background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #e8eef4),
	    color-stop(1, #e8eef4)
    );
    background-image: -o-linear-gradient(bottom, #e8eef4 0%, #e8eef4 100%);
    background-image: -moz-linear-gradient(bottom, #e8eef4 0%, #e8eef4 100%);
    background-image: -webkit-linear-gradient(bottom, #e8eef4 0%, #e8eef4 100%);
    background-image: -ms-linear-gradient(bottom, #e8eef4 0%, #e8eef4 100%);
    background-image: linear-gradient(to bottom, #e8eef4 0%, #e8eef4 100%);

    border: 1px solid #1996E6;
    font-size:12px;
    font-weight:bold;
    padding:5px;
}

#main_login
{
    /*min-height:400px;*/
    
    width:100%;
    padding-top:100px;
    padding-bottom:100px;
    vertical-align:top; 
    background: rgba(244, 245, 246,0.6);
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.tiny-image {
    border: 0px;
    padding:2px 2px 2px 2px;
    width: 35px;
    height: 35px;
}
        
.product-image
{
    margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    max-width:160px; 
    max-height:160px;
}

.image-contain
{
    width:180px;
    height:180px;
    position:relative;
}
.product-contain
{
    width:100%;
    height:100%;
    text-align:center;
    
    border:1px; 
    border-style:double; 
    border-color:#eee;
    color:Black;
}
.product-contain:hover
{
    width:100%;
    height:100%;
    text-align:center;
    
    border:1px; 
    border-style:double; 
    border-color:Yellow;
    
    opacity:1;
}
.product-text
{
    padding:5px; 
    opacity:0.8; 
    text-align:center;
    color:Black;
}
.store-image
{
    width:185px; 
    height:50px;
   /* border-radius:8px;
    -moz-border-radius:8px; 
    background-color: White;*/
}
/*Product End */

/*.circle-round
{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
*/

.circle-round-normal
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width:120px; 
    height:120px;
}

.chat-box
{
    height:275px;
    background-color:White; 
    text-align:left;
    opacity:1;
    width:220px;

    border-style:solid;
    border-color:#999999;
    border-left-width:1px;
    border-top-width:1px;
    border-bottom-width:0px;
    border-right-width:1px;
}

.chat-box-min
{
    min-height:30px;
    background-color:White; 
    text-align:left;
    opacity:1;
    width:220px;
    vertical-align:bottom;
    bottom:0px;
    margin:0px;
    padding:0px;
    
    border-style:solid;
    border-color:#999999;
    border-left-width:1px;
    border-top-width:1px;
    border-bottom-width:0px;
    border-right-width:1px;
    
    background-color: #e8eef4; 
    color: #034af3;
    
    /*border-radius: 5px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.chat-image {
    border: 0px;
    padding:0px;
    width: 25px;
    height: 25px;
}

.tiny-image {
    border: 0px;
    padding:2px 2px 2px 2px;
    width: 35px;
    height: 35px;
}

.small-image {
    border: 0px;
    padding:2px 2px 2px 2px;
    width: 50px;
    height: 50px;
}

.normal-image {
    border: 0px;
    height: 160px;
    width: 160px;
    padding: 3px;
}

.title
{    
    font-weight: bold;
    height: 25px;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    width: 95%;
    border-bottom: 1px solid #79a3c7;
    
    background-image: -o-linear-gradient(bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);
    background-image: linear-gradient(to bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);
}

.title-content
{  
    font-weight: bold;
    height: 25px;
    width: 100%;
    border-bottom: 1px solid #79a3c7;
    
    background-image: -o-linear-gradient(bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);
    background-image: linear-gradient(to bottom, rgb(239,243,245) 0%, rgb(220,220,220) 100%);

    padding-bottom:5px; 
    padding-top:10px;
}

.img-advertise
{
	border:0px;
	padding-top:3px;
	padding-bottom:2px;
	width:185px;
	padding-left:3px;
}

.img-link
{
	border:0px;
	padding-top:3px;
	padding-bottom:2px;
	width:65px;
	padding-left:3px;
}

/* Template css */
body
{
    background-attachment:fixed;
    /*background-image:url(/Images/background.jpg);*/
    font-size: 90%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    /*color: #034af3;*/
    color: #505abc;
    text-decoration: none;
}
a:visited
{
    color: #505abc;
    text-decoration: none;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
    text-decoration: none;
}
img
{
    border:0px;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #000;
    font-family:Times New Roman;
}

h1
{
    font-size: 24px; 
    padding: 0px;
    margin:0px;
}
h2
{
    font-size: 20px; 
    padding: 0px;
    margin:0px;
}
h3
{
    font-size: 16px; 
    padding: 0px;
    margin:0px;
}
h4
{
    font-size: 14px; 
}
h5, h6
{
    font-size: 12px; 
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width:1200px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    /*background-color: #5c87b2;*/
    margin-top: 0px;
    color: #000;
    padding-top: 0px;
    width:100%;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#left
{  
    float:left;
    padding:0px;
    padding-right:10px;
    width:200px;
    background-color:White; /* #C7CEDF;*/
    vertical-align:top; 
    text-align:left;
    margin-bottom:50px;
    /*height:100%; */
    /*opacity:0.9;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}
.control
{
    /*
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    
    float: left;*/
    background: #F9F9F9;
    border: 1px solid #B9C7D3;
    /*margin-top:10px;
    margin-bottom:10px;*/
}

#main
{
    min-height:690px;
    padding:5px;
    vertical-align:top; 
    background-color:White;
    /*background: rgba(244, 245, 246,0.6);*/
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}
#main2
{
    background-color:rgb(244, 245, 246);
    padding:5px;
}

#right
{
    float:right;
    padding-right:2px;
    vertical-align:top; 
    height:100%;
}

#footer
{
    margin:0px;
	font: 13px Arial, Verdana, sans-serif; 
	color: #7a7a7a;
    padding:15px;
	text-align:center;
    background-color:#CFCFCF;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.menu
{
    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    /*text-align: left;*/
}

ul.menu li
{
    display: inline;
    list-style: none;
}

ul.menu li#greeting
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul.menu li a
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul.menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul.menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul.menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

/*textarea 
{
    min-height: 75px;
}*/

input[type="text"] 
{
    /*width: 200px; */
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 150px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;  
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valId
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valId
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.form-left
{
    margin: 1em 0 0 0;
    float:left;
    width:25%;
    text-align:right;
}

.display-field,
.editor-field,
.form-right
{
    margin:1em 0 0 1em;
    float:right;
    width:70%;
    text-align: left;
}

.editor-label2
{
    margin: 1em 0 0 0;
}
.editor-field2
{
    margin:1em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.only-web
{
    margin:0px;
    padding:0px;
}
.news-layout-body
{
    margin-left:210px; margin-right:185px
}
.news-detail-image
{
    max-width:600px
}
