.topheader {
    border-bottom: 1px solid #d4d4d4;
background-color: #fafafa;
background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
background-image: -o-linear-gradient(top,#fff,#f2f2f2);
background-image: linear-gradient(to bottom,#fff,#f2f2f2);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 6px 6px rgba(0,0,0,.065);
}
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.user-menu {
    border-right: 1px solid #D8D8D8;
    float: right;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 3;
}
.topcontainer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
	width:76%;
	margin:0 auto;
}
.topcontainer:before, .topcontainer:after {
    content: " ";
    display: table;
}
.topcontainer:after {
    clear: both;
}
.topcontainer:before, .topcontainer:after {
    content: " ";
    display: table;
}
.topcontainer:after {
    clear: both;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.user-menu > li {
    border-left: 1px solid #D8D8D8;
    float: left;
    position: relative;
}
.user-menu > li > a {
    
    display: block;
    padding: 3px 8px 2px;
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #6f6f6f;
    font-size:13px;
}
.user-menu > li > a:hover {
    color:#000;
    background: none repeat scroll 0 0 #FFFFFF;
    text-decoration: none;
}
.sign-in-li .icon-arrow-small-down, .language-pick .icon-arrow-small-down, #your-account-link .icon-arrow-small-down, .help-support .icon-arrow-small-down {
    color: #ADADAD;
    display: inline-block;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    padding: 0 0 0 11px;
    position: relative;
    top: 0;
}
.account-menu, .sign-in-form, .help-menu, .languages-menu {
    display: none;
}
.user-menu ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #D8D8D8 #D8D8D8;
    border-image: none;
    border-right: 1px solid #D8D8D8;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    margin-left: -1px;
    position: absolute;
    z-index: 1;
}
.help-menu {
    width: 170px;
}
.help-menu li a {
    border-top: 1px solid #D8D8D8;
    display: block;
    overflow: hidden;
    padding: 5px 0 5px 17px;
}
.help-menu li a:hover {
    background: none repeat scroll 0 0 #F1F1F1;
    text-decoration: none;
}
.help-menu li a img {
    float: right;
    margin: 0 10px 0 0;
    position: relative;
}
.help-menu i {
    color: #444444;
    display: block;
    float: right;
    height: 13px;
    margin-right: 10px;
    margin-top: 3px;
    text-decoration: none;
    width: 17px;
}
body {
    margin: 0;
}
/*
a {
    color: #1C64A1;
    text-decoration: none;
}
a:hover {
    color: #113C60;
    text-decoration: underline;
}*/
.cartimg
{
background:url("carticon.png") ;
}
.languages-menu {
    width: 100%;
}
.languages-menu li a {
    border-top: 1px solid #D8D8D8;
    display: block;
    overflow: hidden;
    padding: 5px 0 5px 17px;
}
.languages-menu li a:hover {
    background: none repeat scroll 0 0 #F1F1F1;
    text-decoration: none;
}
.languages-menu li a img {
    float: right;
    margin: 0 10px 0 0;
    position: relative;
}
.languages-menu i {
    color: #444444;
    display: block;
    float: right;
    height: 13px;
    margin-right: 10px;
    margin-top: 3px;
    text-decoration: none;
    width: 17px;
}
.languages-menu-active .language-pick {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.languages-menu-active .language-pick a {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    z-index: 2;
}
.languages-menu-active .language-pick .icon-arrow-small-down:before, .signin-form-active .sign-in .icon-arrow-small-down:before, .account-menu-active #your-account-link .icon-arrow-small-down:before, .help-menu-active .help-support .icon-arrow-small-down:before {
  }
/****************************************
	CSS 3 SEARCH FORM BY CAMERON BANEY
    Design Blog: http://blog.cameronbaney.com 
	Twitter: @cameronbaney
****************************************/

#searchform,#searchForm {
    /**float:right;
    margin-top: 16px;
    width: 500px;
    height:45px;**/
}

/*** TEXT BOX ***/
.toptext-search,#searchforms input#query_input{
       border: 0;
       font-size: 16px;
	margin-top: 7px;
	padding: 5px;
	margin-left:6px;
	width: 650px;
	border:1px solid #bcbcbc;
       height: 35px;	
	border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/*** USER IS FOCUSED ON TEXT BOX ***/
.toptext-search:focus,#searchforms input#query_input:focus{
	color:#000;
	outline: none;
	background: #fff; /* Fallback color for non-css3 browsers */
	/* Gradients */
	/*background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
*/
}

/*** SEARCH BUTTON ***/
.top-submitbtn{
	height: 54px;
    margin-left: -4px;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 10px;
    background: #3498DB;
    color: white;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    border: none;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.top-submitbtn:hover {
	 border-color: #02548a;
}
.top-submitbtn:active {
	background:url("topsearch.png")no-repeat scroll center bottom ; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	/*background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
	background: -moz-linear-gradient( center top, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
 */
}

/*** placeholder ***/

::-webkit-input-placeholder {
   font-size:12px!important;
   color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
   font-size:12px!important;
   color: #ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size:12px!important;
  color: #ccc;  
}

:-ms-input-placeholder {  
    font-size:12px!important;
   color: #ccc;
}

