/*    Generated by http://www.cssportal.com    */
    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://www.cssportal.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

a {
	text-decoration: none;
	color:#0061de;
} 

a:hover {
	text-decoration: underline;
}

p {
    padding: 10px;
}

span.icons_star-full{width:18px;height:18px;background-image: url(../Images/icons_star-full.png);background-repeat:no-repeat;display: block;}
span.icons_star-empty{width:18px;height:18px;background-image: url(../Images/icons_star-empty.png);background-repeat:no-repeat;display: block;}

#wrapper {
    width: 100%;
    min-width: 1000px;
  /*   max-width: 2000px; */
    margin: 0 auto;
}

.header {
    float: left;
    height: 105px;
    width: 100%;
   /*  background: #FF6633; */
}

#navigation {
    float: left;
   /*  height: 35px; */
    width: 100%;
	/* min-width: 1725px;	 */
   /*  background: #FFCC33; */
    background: linear-gradient(to bottom, #ffb806 0%,#fc9603 50%,#f96703 100%);
}

#contentliquid {
    float: left;
    width: 100%;
}

#content {
    background: #FFFFFF;
   /*  margin-left: 230px; */
}

#leftcolumn {
    float: left;
   /*  background: #CC33FF; */
    width: 230px;
    margin-left: -100%;
	background-color: #E6E6E6;
	min-height:900px;
}

.myaddress-list {
	margin: 0px 0px 15px 0px;
}
.myaddress-list table{
	width:200px;
	border-collapse: collapse;
}
.myaddress-list table td{
	text-align:left;
	/* border: 1px solid #DADADA; */
	padding:5px;
}

.footer {
    height: 40px;
    width: 100%;
    background: #333333;
    clear: both;
	text-align:center;
}
.footer_content {color:#fff;}
.footer_content a{color:#fff;text-decoration: none;}
.footer_content a:hover {color:#fff;text-decoration: underline;}
.footer_parti {margin:0 10px;}
.footer_content .t-center {padding-top: 10px;}
.point{
	width:10px;
	height:11px;
	float:left;
	margin-left:1px;
	background: url(../Images/pointing.png);
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.non_point{
	width:10px;
	height:11px;
	float:left;
	margin-left:1px;
	background: url(../Images/pointing.png);
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	background-position: 0 11px;
}

.submenu {
float: left;
height: 35px;
width: 100%;

border: 1px solid #ededed;
background: #f5f5f5;
border-radius: 4px;
}

.submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	float: right;
}

.submenu ul li {
    float: left;
	border-left: 1px solid #e6e6e6;
}

.submenu ul li a {
	display: block;
    padding-top: 10px;
	height:25px;
	color: black;
	width: 150px;
	text-align: center;

}

.nicEdit-main ol{ list-style:inside; list-style-type: decimal; }
.nicEdit-main ul{ list-style: inside; list-style-type: circle; }

#extra-options-table td {
  padding-bottom: 5px;
}

#extra-options-table .name {
  width:250px;
}
#extra-options-table .price {
  width:50px;
}