@charset "UTF-8";
/* CSS Document */

/****************************************

		General Setting 
		
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}
html{
overflow:0;
}
BODY {
	overflow-y:scroll;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url(ImgNew/Peacebackground.jpg);
	color: #4D4D4D;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin: 0px;
	line-height: 1em;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
}
ol, ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
.clear {
 	clear: both;
}
.Space5px {
	height: 5px;
}
.Space10px {
	height: 10px;
}
.Space15px {
	height: 15px;
}
.Space25px {
	height: 25px;
}
.Space45px {
	height: 45px;
}
.Space55px {
	height: 55px;
}

a{
	text-decoration: underline;
	color: #EB1C60;
	font-weight: 400;
}
a:HOVER {
	text-decoration: none;
}

img {
	margin: 0px;
	outline:none;
}
p {
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.FontOrange {
	color: #D84702;
}
.HilightYellow {
	color: #FFFFA5;
}
.HilightPink {
	color: #C31850;
}

input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0px;
}
input:focus {
  outline: none;
}
input.AddToCart {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c31850;
	font-size: 14px;
	border: 1px solid #c502ac;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
input.AddToCart:HOVER {
	background-color: #EB1C60;
	border: 1px solid #FF33FF;
	/* Webkit */
	-webkit-box-shadow: 0px 0px 3px #D64602;
	/* Firefox */
	-moz-box-shadow: 0px 0px 3px #D64602;
}

textarea:focus {
  outline: none;
}.OuterBox {
	width: 980px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #FFFFFF;
	/* Webkit */
	-webkit-box-shadow: 0px 0px 10px #d4d4d4;
	/* Firefox */
	-moz-box-shadow: 0px 0px 10px #d4d4d4;
	padding-bottom: 35px;
}
.TopBar {
	height: 40px;
}
.TopLogoLink {
	background-image: url(ImgNew/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 281px;
	margin-left: 25px;
	display: block;
}
.TopLoginLInk {
	background-image: url(ImgNew/PeaceLogin.png);
	background-repeat: no-repeat;
	float: right;
	height: 17px;
	width: 62px;
	display: block;
	margin-top: 12px;
	margin-right: 20px;
}
.TopLoginLInk:HOVER {
	background-image: url(ImgNew/PeaceLogin2.png);
	background-repeat: no-repeat;
}
.TopRegisterLink {
	background-image: url(ImgNew/Register1.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 19px;
	width: 88px;
	display: block;
	margin-top: 12px;
	margin-right: 20px;
}
.TopRegisterLink:HOVER {
	background-image: url(ImgNew/Register2.jpg);
	background-repeat: no-repeat;
}
.TopOrderFormLInk {
	background-image: url(ImgNew/PeaceOrderForm.png);
	background-repeat: no-repeat;
	float: right;
	height: 17px;
	width: 113px;
	display: block;
	margin-top: 12px;
	margin-right: 15px;
}

.TopOrderFormLInk:HOVER {
	background-image: url(ImgNew/PeaceOrderForm2.png);
	background-repeat: no-repeat;
}
.MainMenuBar {
	background-image: url(ImgNew/Peacetop-main-bar.jpg);
	background-repeat: repeat-x;
	height: 56px;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
	padding-left: 12px;
}
.SpiceHomeUnderMenu {
	margin-top: 12px;
	margin-bottom: 7px;
	padding-right: 2px;
}
a.MainMenuLink {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	height: 37px;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: transparent;
	border-left-color: transparent;
	vertical-align: middle;
	padding-top: 18px;
	padding-bottom: 0px;
	text-align: center;
}
a.MainMenuLink:HOVER {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(ImgNew/Peacetop-main-bar2.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.SideMenuBox {
	float: left;
	width: 210px;
	margin-top: 12px;
	margin-left: 12px;
	background-color: #E4E4D0;
	border: 1px solid #D6D6C3;
	padding: 10px;
	border-radius: 20px;
	/* Webkit */
    -webkit-border-radius: 20px;
	/* Firefox */
    -moz-border-radius: 20px;
}
a.SideMenuLink {
	font-family: 'Abel', sans-serif;
	font-size: 27px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4D6674;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: #b8b2a3 1px 1px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #996666;
}
a.SideMenuLink:HOVER {
	font-family: 'Abel', sans-serif;
	font-size: 27px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #C31850;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: #b8b2a3 1px 1px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #996666;
}
a.SideMenuLinkEnd {
	font-family: 'Abel', sans-serif;
	font-size: 27px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4D6674;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: #b8b2a3 1px 1px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4E4D0;
}
a.SideMenuLinkEnd:HOVER {
	font-family: 'Abel', sans-serif;
	font-size: 27px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #C31850;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: #b8b2a3 1px 1px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4E4D0;
}
.MainContentBox {
	float: left;
	margin-top: 12px;
	margin-left: 1px;
	width: 733px;
}
.MainTopBar {
	clear: both;
}
.SectionNaviBox {
	float: left;
	height: 16px;
	margin-left: 20px;
	margin-top: 33px;
}
.NaviLInk {
	font-size: 11px;
	color: #505050;
	text-decoration: none;
}
.NaviLInk:HOVER {
	font-size: 11px;
	color: #D84702;
	text-decoration: underline;
}
.PeaceLogoBox {
	background-image: url(ImgNew/PeaceLogo.png);
	background-repeat: no-repeat;
	float: right;
	height: 27px;
	width: 164px;
	margin-right: 19px;
	margin-top: 3px;
}
.PageTitleBar {
	background-color: #4D6674;
	margin-top: 7px;
	font-family: 'Abel', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #FFFFFF;
	text-shadow: #24414f 1px 1px 0px;
	margin-right: auto;
	margin-left: auto;
}
.SectionBannerBox {
	height: 265px;
	margin-top: 1px;
}
.ContentBox {
	min-height: 450px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 65px;
}
.OverViewBlueBox2 h1 {
	color: #D84702;
	font-family: 'Abel', sans-serif;
	font-size: 21px;
}
.ContentHeading {
	color: #4D6674;
	font-family: 'Abel', sans-serif;
}
.ProductNameHeading {
	color: #000000;
}
.BottomMenuBox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
}
.BottommenuLink {
	color: #36127F;
	text-decoration: none;
}
.BottommenuLink:HOVER {
	color: #C31850;
	text-decoration: underline;
}
.SocialMediaBox {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	text-align: center;
	margin-bottom: 35px;
}
.TopPeaceOverView {
	background-image: url(img-peace/TopBanner-overview.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 733px;
	padding-top: 115px;
}
.PeaceOverViewTopText1 {
	font-size: 14px;
	color: #000000;
	margin-right: 10px;
	margin-left: 210px;
	font-weight: 300;
	background-color: #FFFFFF;
	line-height: 17px;
	padding: 10px;
	border-radius: 5px;
	/* Webkit */
    -webkit-border-radius: 5px;
	/* Firefox */
    -moz-border-radius: 5px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}
.SpiceOverViewTopText2 {
	color: #FFFFFF;
	margin-left: 425px;
	margin-top: 15px;
	line-height: 18px;
	margin-right: 15px;
	font-weight: 300;
}
.SpiceOverViewTopBoxLink {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	display: block;
	margin-top: 20px;
	width: 270px;
	float: right;
	margin-right: 32px;
	font-family: 'Abel', sans-serif;
}
.SpiceOverViewTopBoxLink:HOVER {
	color: #C31850;
}
/* PEACE OVERVIEW*/
.PeaceOverViewBoxTop
 {
	margin-right: 5px;
	border: 10px solid #DADBC9;
	padding: 15px;
}
.PeaceOverViewBoxTop h1 {
	color: #4D6674;
	padding: 10px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DADBC9;
	text-align: center;
	border-bottom-color: #DADBC9;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
}
.PeaceOverViewBoxTop h3 {
	font-size: 12px;
	color: #BB103D;
	margin-top: 3px;
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: center;
}
.PeaceOverViewBoxTop h4 {
	color: #3A5361;
	margin-bottom: 10px;
}
.PeaceOverViewBoxTop img {
	border: 1px solid #DADBC9;
}
.PeaceOverViewBoxTop a {
	display: block;
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c31850;
	font-size: 14px;
	border: 1px solid #c502ac;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	text-decoration: none;
}
.PeaceOverViewBoxBottom
 {
	margin-right: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.PeaceOverViewBoxBottom td {
	width: 50%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.PeaceOverViewBoxBottom h2 {
	font-size: 16px;
	color: #BB103D;
	line-height: 22px;
	font-weight: bold;
	height: 45px;
}
.PeaceOverViewBoxBottom p {
	font-size: 13px;
	line-height: 21px;
}
.PeaceOverViewBoxBottom img {
	margin-right: 15px;
	border: 1px solid #DFDEC5;
	margin-bottom: 5px;
}
.PeaceOverViewBoxTDLeft {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #DADBC9;
}
.BlueBoxImg {
	clear: right;
}
.BlueBoxText {
}
a.BlueBoxLink {
	color: #6C0A1C;
	text-decoration: none;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	float: right;
}
a.BlueBoxLink:HOVER {
	color: #D84702;
}
.OverViewImg {
	vertical-align: top;
}
.CatProductBox {
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 45px;
	margin-top: 0px;
	width: 200px;
	height: 250px;
}
.CatProductBoxLink {
	text-decoration: none;
	display: block;
}
.CatProductBoxLink:HOVER {
	color: #EA4C00;
}
.CatproductName {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
.CatProductSize {
	color: #666666;
	margin-top: 10px;
}
.CatProductPrice {
	font-weight: bold;
	color: #2E9CA9;
	margin-top: 5px;
}
.ProductViewImageBox {
	text-align: center;
	width: 50%;
	float: left;
}
.ProductViewInfoBox {
	width: 50%;
	float: left;
}
.ProductDetailName {
	font-size: 22px;
	margin-bottom: 15px;
}
.ProductViewSize {
	margin-top: 15px;
}
.ColumnHeader {
	font-weight: bold;
	color: #5A5A5A;
	background-color: #F6F6F8;
	padding: 7px;
	border: 1px solid #DADADA;
	border-radius: 5px;
}
.ProductInfoBox {
	margin: 5px;
}
.LinkOnProductDetail {
	font-size: 12px;
}
.ImgSpiceForSalons {
	padding: 5px;
	border: 1px solid #DEE0E6;
	margin-right: 20px;
}
.TestimonialBox {
	margin-bottom: 35px;
}
.TestimonialIMGBox  {
	float: left;
	margin-right: 15px;
	width: 90px;
}
.TestimonialBody {
	font-size: 12px;
}
.TestimonialBody   h4 {
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	color: #4D6674;
}
.TestimonialBody   a {
	color: #4986A4;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.TestimonialBody   a:HOVER {
	border-bottom-width: 1px;
	border-bottom-style: none;
}
.TestimonialBody  p {
	padding-bottom: 8px;
	font-size: 14px;
	color: #585354;
	font-style: italic;
	line-height: 16px;
	margin-right: 30px;
	margin-top: 10px;
	margin-left: 35px;
}
.TestimonialLine {
	border: 1px solid #CDCED1;
	float: left;
	color: #666666;
	text-decoration: none;
	background-image: url(ImgNew/spice-showcase1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 500px;
	display: block;
}
.SpiceForSalonIink {
	float: right;
	display: block;
	margin-right: 15px;
}
.FAQSubHeader {
	color: #434343;
}
.FAQdt {
	text-align: right;
	float: left;
	width: 100px;
	font-weight: bold;
	padding-right: 10px;
}
.HomeFlashBox {
	height: 297px;
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
}
.HomeBox1 {
	float: left;
	width: 326px;
}
.HomeBox1 div {
	padding-left: 25px;
	padding-right: 15px;
}
.HomeBoxHeader {
	color: #f2feff;
	background-color: #4c6673;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #f2feff;
	font-family: 'Abel', sans-serif;
	font-size: 24px;
	text-shadow: #153b4e 1px 1px 0px;
}
.HomeBoxHeaderEnd {
	color: #f2feff;
	background-color: #4c6673;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-size: 24px;
	text-shadow: #153b4e 1px 1px 0px;
}
.HomeBoxSubHeader {
	font-weight: bold;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	height: 40px;
}
.HomeBox1 li {
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: circle;
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 7px;
	margin-right: 10px;
}
.HomeBoxBody {
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 13px;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.HomeBoxLink {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c31850;
	font-size: 14px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: right;
	margin-right: 10px;
	text-decoration: none;
	border: 1px solid #c502ac;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;

	/* Webkit */
    -webkit-border-radius: 5px;
	/* Firefox */
    -moz-border-radius: 5px;
}
.HomeBoxLink:HOVER {
	background-color: #EB1C60;
	border: 1px solid #c502ac;
	/* Webkit */
	-webkit-box-shadow: 0px 0px 3px #f402d5;
	/* Firefox */
	-moz-box-shadow: 0px 0px 3px #f402d5;
}
.form-required {
	font-size: 11px;
	color: #D84702;
}
.form-text-m {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #505050;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	width: 250px;
}
.form-text-l {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #505050;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	width: 350px;
}
.form-textarea-l {
	color: #505050;
	padding: 10px;
	margin-bottom: 15px;
	width: 350px;
}
.form-dropdown {
	color: #505050;
	margin-bottom: 15px;
}
.ContactDL {
	margin-left: 160px;
}
.PeaceSalonList {
	margin-left: 35px;
	list-style-position: outside;
	list-style-type: circle;
	color: #999999;
}
.PeaceSalonList a {
	font-weight: bold;
	color: #4D6674;
	text-decoration: none;
}
.PeaceSalonList a:HOVER {
	color: #C31850;
	text-decoration: underline;
}
.pd {
	padding-right: 28px;
}


=
.PeaceUserAreaBox {
	margin-right: 35px;
	margin-left: 35px;
}
.PeaceUserAreaBox {
	margin-right: 15px;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.PeaceUserAreaBox  h2 {
	font-weight: bold;
	color: #C31850;
	background-color: #CDCCBB;
	margin-top: 25px;
	border-top-color: #C0C0AF;
	border-right-color: #C0C0AF;
	border-bottom-color: #C0C0AF;
	border-left-color: #C0C0AF;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 8px;
	/* Webkit */
    -webkit-border-radius: 8px;
	/* Firefox */
    -moz-border-radius: 8px;
	margin-bottom: 5px;
}
.PeaceUserAreaBox  h3 {
	font-weight: bold;
	color: #685B58;
	background-color: #E4E4D0;
	border-top-color: #D4D4C1;
	border-right-color: #D4D4C1;
	border-bottom-color: #D4D4C1;
	border-left-color: #D4D4C1;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 8px;
	/* Webkit */
    -webkit-border-radius: 8px;
	/* Firefox */
    -moz-border-radius: 8px;
	margin-bottom: 25px;
}

.PeaceLoginBox table {
	font-size: 13px;
	color: #000000;
	margin-left: 25px;
}
.PeaceOrderSubmitButtonBox {
	float: right;
	padding-right: 25px;
}
.PeaceLoginSubmintButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c31850;
	font-size: 14px;
	border: 1px solid #c502ac;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-radius: 5px;
	/* Webkit */
    -webkit-border-radius: 5px;
	/* Firefox */
    -moz-border-radius: 5px;
}
.PeaceLoginSubmintButton:HOVER {
	background-color: #EB1C60;
	border: 1px solid #FF33FF;
	/* Webkit */
	-webkit-box-shadow: 0px 0px 3px #D64602;
	/* Firefox */
	-moz-box-shadow: 0px 0px 3px #D64602;
}
.PeaceOrderLocation {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c31850;
	font-size: 14px;
	border: 1px solid #c502ac;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-radius: 5px;
	/* Webkit */
    -webkit-border-radius: 5px;
	/* Firefox */
    -moz-border-radius: 5px;
	float: right;
}
.PeaceLoginSubmintButtonR {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c31850;
	font-size: 14px;
	border: 1px solid #c502ac;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-radius: 5px;
	/* Webkit */
    -webkit-border-radius: 5px;
	/* Firefox */
    -moz-border-radius: 5px;
	float: right;
}
.PeaceLoginSubmintButtonR:HOVER {
	background-color: #EB1C60;
	border: 1px solid #FF33FF;
	/* Webkit */
	-webkit-box-shadow: 0px 0px 3px #D64602;
	/* Firefox */
	-moz-box-shadow: 0px 0px 3px #D64602;
}
.PeaceOrderLocation {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	padding: 15px;
	border: 1px dotted #C31850;
	border-radius: 5px;
	/* Webkit */
    -webkit-border-radius: 5px;
	/* Firefox */
    -moz-border-radius: 5px;
	color: #C31850;
	background-color: #FFFFFF;
}
.PeaceOrderLocation select {
	margin-top: 15px;
}
.OrderFormProductName {
	font-weight: bold;
}
.OrderFromMinimum {
	color: #C31850;
	white-space: nowrap;
	text-align: right;
	padding-right: 15px;
}
.OrderFormPrice {
	font-weight: bold;
	text-align: right;
	width: 1%;
}
.OrderFormSize {
	font-size: 12px;
	color: #685B58;
	font-weight: normal;
}
.OrderFormInput {
	text-align: right;
	width: 1%;
	white-space: nowrap;
	padding-left: 15px;
}
.PeaceLoginHelpBox    {
	line-height: 24px;
	padding-left: 25px;
}
.PeaceUserAreaBox select {
	width: 250px;
}
.UserProfileH6 {
	font-size: 12px;
	color: #C31850;
}
.OrderProductTable {
	font-size: 30px;
}
.OrderFormRightTD {
	text-align: right;
	width: 250px;
}
.OrderPreviewSubmitBox {
	padding-left: 20px;
	padding-right: 20px;
}
.OrderPreviewAddress {
	border: 1px dotted #C31850;
	margin-bottom: 20px;
	padding: 15px;
}
.OrderPreviewAddress span {
	font-weight: bold;
	color: #C31850;
	margin-top: 5px;
}
.PrevieSummaryTable {
	float: right;
	font-size: 18px;
}
.errorform {
	color: #FFFF00;
	background-color: #EB1C60;
}
.errorform:FOCUS {
	color: #FFFF00;
}
.PeaceUserOrederBox h2 {
	font-weight: bold;
	color: #C31850;
	background-color: #CDCCBB;
	margin-top: 25px;
	border-top-color: #C0C0AF;
	border-right-color: #C0C0AF;
	border-bottom-color: #C0C0AF;
	border-left-color: #C0C0AF;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 8px;
	/* Webkit */
    -webkit-border-radius: 8px;
	/* Firefox */
    -moz-border-radius: 8px;
	margin-bottom: 5px;
}
.PeaceUserOrederBox {
	padding-right: 15px;
	padding-left: 15px;
}
.PeaceUserOrederBox h3 {
	font-weight: bold;
	color: #685B58;
	background-color: #E4E4D0;
	border-top-color: #D4D4C1;
	border-right-color: #D4D4C1;
	border-bottom-color: #D4D4C1;
	border-left-color: #D4D4C1;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 8px;
	/* Webkit */
    -webkit-border-radius: 8px;
	/* Firefox */
    -moz-border-radius: 8px;
	margin-bottom: 5px;
}
.PeaceUserOrederBox img {
	margin: 5px;
	height: 35px;
	width: 35px;
}
.PeaceUserOrederBox input {
	margin: 0px;
	padding: 1px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4D6674;
}
.PeaceUserOrederBox table {
	margin-bottom: 25px;
}
.PeaceUserOrederBox td {
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
		vertical-align: middle;
}
.OrderPreviewTD {
    text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBC9D8;
}
.OrderPreviewTDGray {
	text-align:right;
	background-color: #E4E4D0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBC9D8;
	border-left-color: #BBC9D8;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.OrderPreviewTDR {
	text-align:right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBC9D8;
	border-left-color: #BBC9D8;
	padding-right: 10px;
	padding-left: 10px;
}
.OrderClientNote {
	font-size: 12px;
	color: #3A5361;
	float: right;
	margin-bottom: 20px;
}
.OrderClientNote textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3A5361;
	width: 400px;
	margin-top: 5px;
	font-size: 13px;
	padding: 5px;
}
.UserAdminTable {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px none #FFFFFF;
	width: 100%;
}
.UserAdminTable td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D6674;
	vertical-align: middle;
}
.UserAdminTopTD {
	color: #C31850;
	text-align: center;
	background-color: #E4E4D0;
	text-transform: uppercase;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBC9D8;
}
.UserAdminTopTDLast {
	color: #C31850;
	text-align: center;
	background-color: #E4E4D0;
	text-transform: uppercase;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
}
.UserAdminTD {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBC9D8;
}
.UserAdminNonWrapTD {
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBC9D8;
}
.UserAdminTDButton {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBC9D8;
	text-align: center;
}
.UserAdminIDButton {
	color: #FFFFFF;
	background-color: #405560;
	border-radius: 4px;
	/* Webkit */
    -webkit-border-radius: 4px;
	/* Firefox */
    -moz-border-radius: 4px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border: 1px solid #4D6674;
}
.UserAdminIDButton:HOVER {
	color: #FFFFFF;
	background-color: #6D92A5;
	border: 1px solid #6D92A5;
	/* Webkit */
	-webkit-box-shadow: 0px 0px 3px #7BC5D3;
	/* Firefox */
	-moz-box-shadow: 0px 0px 3px #7BC5D3;
}

.UserAdminEditTDLeft {
	font-weight: bold;
	width: 150px;
}
.DownloadCatBox {
	float: left;
	margin-left: 20px;
	font-size: 12px;
	color: #9D9C8F;
	text-align: center;
}
.DownloadCatBox  h6 {
	margin-top: 5px;
}
.DownloadCatImgVjPeace {
	background-image: url(ImgNew/download-vjpeace.jpg);
	border: 1px solid #CDCCBB;
	display: block;
	border-radius: 10px;
	/* Webkit */
    -webkit-border-radius: 10px;
	/* Firefox */
    -moz-border-radius: 10px;
	height: 200px;
	width: 200px;
}
.DownloadCatImgPeace {
	background-image: url(ImgNew/download-peace.jpg);
	border: 1px solid #CDCCBB;
	display: block;
	border-radius: 10px;
	/* Webkit */
    -webkit-border-radius: 10px;
	/* Firefox */
    -moz-border-radius: 10px;
	height: 200px;
	width: 200px;
}
.DownloadCatImgCaretrico {
	background-image: url(ImgNew/download-caretrico.jpg);
	border: 1px solid #CDCCBB;
	display: block;
	border-radius: 10px;
	/* Webkit */
    -webkit-border-radius: 10px;
	/* Firefox */
    -moz-border-radius: 10px;
	height: 200px;
	width: 200px;
}
.DownloadCatImgColorStory {
	background-image: url(ImgNew/download-colorstory.jpg);
	border: 1px solid #CDCCBB;
	display: block;
	border-radius: 10px;
	/* Webkit */
    -webkit-border-radius: 10px;
	/* Firefox */
    -moz-border-radius: 10px;
	height: 200px;
	width: 200px;
}
.DownloadCatImgSpice {
	background-image: url(ImgNew/download-spice.jpg);
	border: 1px solid #CDCCBB;
	display: block;
	border-radius: 10px;
	/* Webkit */
    -webkit-border-radius: 10px;
	/* Firefox */
    -moz-border-radius: 10px;
	height: 200px;
	width: 200px;
}
.DownloadCatBox a:HOVER {
	border: 1px solid #A7A798;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: .75; /* FF lt 1.5, Netscape */
}
.VjPeaceLogoBox {
	border: 1px solid #CDCCBB;
}


/****************************************

		by engin
		
*****************************************/
a.MainMenuLinkActive {
font-size: 12px;
text-transform: uppercase;
color: #FFFFFF;
text-decoration: none;
height: 37px;
padding-right: 12px;
padding-left: 12px;
display: block;
float: left;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: transparent;
border-left-color: transparent;
vertical-align: middle;
padding-top: 18px;
padding-bottom: 0px;
text-align: center;
background-image: url(ImgNew/Peacetop-main-bar2.jpg);
background-repeat: repeat-x;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #FFFFFF;
border-left-color: #FFFFFF;
}
.TopLogoutLInk {
	background-image: url(ImgNew/PeaceLogout.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 17px;
	width: 62px;
	display: block;
	margin-top: 12px;
	margin-right: 20px;
}
.TopLogoutLInk:HOVER {
	background-image: url(ImgNew/PeaceLogout2.jpg);
	background-repeat: no-repeat;
}




/****************************************

		for home page
		
*****************************************/
.HomeLogoBox {
	background-repeat: no-repeat;
	float: right;
	height: 27px;
	width: 164px;
	margin-right: 19px;
	margin-top: 3px;
}
.IndexMainBox h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	line-height: 17px;
}
.IndexMainBox1 {
	float: left;
	width: 290px;
	margin-left: 27px;
}
.IndexMainBox2 {
	width: 290px;
	float: left;
	margin-left: 27px;
}
.IndexMainBox3 {
	float: right;
	width: 290px;
	margin-right: 27px;
}
.IndexPeaceBanner {
	background-image: url(ImgNew/IndexPeace.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 448px;
	width: 290px;
}
.IndexPeaceLogo {
	background-image: url(ImgNew/IndexLogoPeace.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 162px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.IndexSpiceBanner {
	background-image: url(ImgNew/IndexSpice.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 448px;
	width: 290px;
}
.IndexSpiceLogo {
	background-image: url(ImgNew/IndexLogoSpice.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 108px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.IndexCaretricoBanner {
	background-image: url(ImgNew/IndexCaretrico.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 448px;
	width: 290px;
}
.IndexCaretricoLogo {
	background-image: url(ImgNew/IndexLogoCaretrico.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 41px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.IndexPeaceBanner:HOVER {
	 filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: 0.75; /* FF lt 1.5, Netscape */
}
.IndexSpiceBanner:HOVER {
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: 0.75; /* FF lt 1.5, Netscape */
}
.IndexCaretricoBanner:HOVER {
	 filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: 0.75; /* FF lt 1.5, Netscape */
}
.IndexBottomFrameBox {
	height: 310px;
}
.IndexBottomBox h1 {
	font-family: 'Abel', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #4D6674;
	text-align: center;
	margin-right: 27px;
	margin-left: 27px;
	margin-top: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.IndexBottomBox h2 {
	margin-bottom: 5px;
	color: #C31850;
	line-height: 24px;
	padding-bottom: 5px;
}
.IndexBottomBox p {
	font-size: 14px;
	line-height: 19px;
	color: #685B58;
}
.IndexBottomLeft img {
	margin-top: 5px;
	margin-right: 7px;
	margin-left: 7px;
}
.IndexBottomLeft {
	float: left;
	width: 29%;
	padding-right: 15px;
	margin-left: 30px;
}
.IndexBottomCenter {
	float: left;
	width: 29%;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D4D4C1;
}
.IndexBottomRight {
	float: right;
	width: 29%;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D4D4C1;
	margin-right: 30px;
}

/****************************************

		Home Version 2
		
*****************************************/
.HomeProductBox1 {
	margin-left: 28px;
	margin-top: 5px;
}
.HomeLinkSpiceNeo {
	background-image: url(ImgNew/Home_Arimino_SpiceNEO.png);
	background-repeat: no-repeat;
	height: 279px;
	width: 463px;
	display: inline-block;
}
.HomeLinkPeace {
	background-image: url(ImgNew/Home_Arimino_Peace.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 279px;
	width: 463px;
}
.HomeLinkSpice {
	background-image: url(ImgNew/Home_Arimino_Spice.png);
	background-repeat: no-repeat;
	height: 257px;
	width: 463px;
	display: inline-block;
}
.HomeLinkCaretrico {
	background-image: url(ImgNew/Home_Arimino_Caretrico.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 257px;
	width: 463px;
}
.HomeLinkSpiceNeo:HOVER {
    opacity: .7;  
	 filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: 0.75; /* FF lt 1.5, Netscape */
}
.HomeLinkPeace:HOVER {
    opacity: .7;  
	 filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: 0.75; /* FF lt 1.5, Netscape */
}
.HomeLinkSpice:HOVER {
    opacity: .7;  
	 filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: 0.75; /* FF lt 1.5, Netscape */
}
.HomeLinkCaretrico:HOVER {
    opacity: .7;  
	 filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: 0.75; /* FF lt 1.5, Netscape */
}



/****************************************

		News
		
*****************************************/

.NewsListBox img {
	margin-left: 35px;
	border: 1px solid #DFDFDF;
	margin-bottom: 5px;
}
.NewsListBox li {
	margin-left: 35px;
	padding-bottom: 15px;
	list-style-position: outside;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #685B58;
}
.NewsListBox ul {
	margin-right: 25px;
}
