/* CSS Document */

body{

	padding:0;
	margin:0;
	background-color:#FFFFFF;
	xwidth:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-webkit-text-size-adjust: none;
	line-height:20px;
	color:#666666;
}

form{
	padding:0;
	margin:0;
}

.ClearBoth{
	clear:both;
}
.FloatRight{
	float:right;
}


h1{
	margin:0;
	padding:0;
	font-size:14px;
}

hr{
	margin-left:16px;
	margin-right:16px;

	border:#7B859B solid;
	border-width:1px 0 0 0;
}


p.Title{
	padding-left:16px;
	font-size:13px;
	font-weight:bold;
}

a{
	color:#666666;
	text-decoration:underline;
}
/*********************************************************************************

HEADER

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

#Header{
	background-color:#434A52;
	height:55px;
	background-image:url(/media/mobile/repeatingPattern55px.png);
	background-position:center top;
	background-repeat:repeat-x;
	margin-bottom:1px;
	text-align:center;
}

#Header #Logo{
	background-image:url(/media/mobile/Berganza-Logo-Fade.png);
	background-position:center;
	background-repeat:no-repeat;
	height:55px;
}

#Header #BasketLink{
	background-color:#363A43;
	float:right;
	height:51px;
	width:44px;
	border-bottom:#0E0F11 solid 2px;
	border-right:#131517 solid 2px;
	border-left:#93959A solid 2px;
	border-top:#4A4E56 solid 2px;

	text-align:center;
}
#Header #BasketLink a{
	text-align:center;
	display:block;
	height:55px;
	width:45px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;	

	line-height:55px;
}


ul#MainMenu{
	height:37px;
	list-style:none;
	padding:0;
	margin:0;
	background: rgb(77,83,95); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(77,83,95,1) 0%, rgba(122,132,154,1) 50%, rgba(70,77,87,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,83,95,1)), color-stop(50%,rgba(122,132,154,1)), color-stop(100%,rgba(70,77,87,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(77,83,95,1) 0%,rgba(122,132,154,1) 50%,rgba(70,77,87,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(77,83,95,1) 0%,rgba(122,132,154,1) 50%,rgba(70,77,87,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(77,83,95,1) 0%,rgba(122,132,154,1) 50%,rgba(70,77,87,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d535f', endColorstr='#464d57',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(77,83,95,1) 0%,rgba(122,132,154,1) 50%,rgba(70,77,87,1) 100%); /* W3C */
}

ul#MainMenu li{
	height:37px;
	float:left;
}

ul#MainMenu li a{
	display:block;
	line-height:37px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:0 9px;
}

ul#MainMenu li a.Selected{
	color:#4C515B;
background: rgb(107,112,123); /* Old browsers */
background: -moz-linear-gradient(top, rgba(107,112,123,1) 0%, rgba(193,196,203,1) 50%, rgba(107,112,123,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,112,123,1)), color-stop(50%,rgba(193,196,203,1)), color-stop(100%,rgba(107,112,123,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(107,112,123,1) 0%,rgba(193,196,203,1) 50%,rgba(107,112,123,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(107,112,123,1) 0%,rgba(193,196,203,1) 50%,rgba(107,112,123,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(107,112,123,1) 0%,rgba(193,196,203,1) 50%,rgba(107,112,123,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b707b', endColorstr='#6b707b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(107,112,123,1) 0%,rgba(193,196,203,1) 50%,rgba(107,112,123,1) 100%); /* W3C */
}


div#UserPanel{
	height:39px;
	background-color:#7B808A;
	padding-left:16px;
	line-height:39px;
	font-weight:bold;
	color:#FFFFFF;
	overflow:hidden;
	margin-bottom:1px;
}

div#UserPanel a.SquareGreyButtonLogout{

	display:block;
	width:60px;
	height:21px;
	background-color:#656E7E;
	color:#ffffff;
	text-align:center;
	line-height:21px;
	text-decoration:none;
	margin-bottom:5px;
	float:left;
	border-bottom:#353537 solid 1px;
	border-right:#616264 solid 1px;
	border-left:#DADCE1 solid 1px;
	border-top:#E8E9EC solid 1px;
	margin-top:7px;
	}



ul#AccountsMenu{
	background-color:#C1C4CB;
	height:39px;
	margin:0;
	padding:0;
	list-style:none;

}

ul#AccountsMenu li{
	float:left;
	margin:0;
	padding:0;
}


ul#AccountsMenu li a{
	display:table-cell;
	height:25px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#666666;
	line-height:12px;
	padding:4px 14px 10px 14px;
}
ul#AccountsMenu li a.Selected{
	background-image:url(/media/mobile/img_AccountMenuSelected.png);
	background-repeat:no-repeat;
	background-position:center bottom ;
}

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

FOOTER

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


ul#Footer{
	list-style:none;
	padding:0;
	margin:0;
	background-color:#4C515B;
	padding:20px 0 70px 16px;
}

ul#Footer li{
	color:#ffffff;
	font-size:12px;
	line-height:25px;
}


ul#Footer li a{
	color:#ffffff;
	text-decoration:none;
}


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

Buttons

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

#SearchBox{
	text-align:center;
	padding-top:7px;
	padding-bottom:5px;

}

#SearchBox #inpSearch{
	margin:0;
	padding:0;
	border:#333333 solid;
	border-width:1px 0 1px 1px;
	background-color:#ECECEC;
		
	display:inline;
	width:224px;
	height:26px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	
}
#SearchBox #btnSearch{
	background-color:#5B616D;
	color:#ffffff;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-left-color:#7E838C;
	border-top-color:#7E838C;
	display:inline;
	margin:0;
	width:61px;
	height:28px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	border-radius: 0px;	

}




.ButtonGroup{
	position:relative;
	width:305px;
	left:50%;
	margin-left:-157px;

}
.ButtonGroup a.SquareGreyButton{
	display:block;
	width:146px;
	height:21px;
	background-color:#CFD1D7;
	color:#727C90;
	text-align:center;
	line-height:21px;
	text-decoration:none;
	margin-bottom:5px;
	float:left;
	border-bottom:#353537 solid 2px;
	border-right:#616264 solid 2px;
	border-left:#DADCE1 solid 2px;
	border-top:#E8E9EC solid 2px;
}
.ButtonGroup a.SquareGreyButton.First{
	margin-right:5px;
}

.ButtonGroup a.SquareGreyButton.Selected{
	background-color:#656E7E;
	color:#ffffff;
}


.MainButton{
	display:block;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	line-height:39px;
	height:39px;
	background: rgb(77,83,95); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(77,83,95,1) 0%, rgba(122,132,154,1) 50%, rgba(70,77,87,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,83,95,1)), color-stop(50%,rgba(122,132,154,1)), color-stop(100%,rgba(70,77,87,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(77,83,95,1) 0%,rgba(122,132,154,1) 50%,rgba(70,77,87,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(77,83,95,1) 0%,rgba(122,132,154,1) 50%,rgba(70,77,87,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(77,83,95,1) 0%,rgba(122,132,154,1) 50%,rgba(70,77,87,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d535f', endColorstr='#464d57',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(77,83,95,1) 0%,rgba(122,132,154,1) 50%,rgba(70,77,87,1) 100%); /* W3C */

	margin-bottom:1px;
	padding-left:16px;
}

.MainButtonDetails{
	display:none;
}

.MainButtonDetails .FilterHeader{
	color:#666666;
	font-size:12px;
	line-height:18px;
	padding:7px 0 7px 16px;
	margin-bottom:1px;
}


.MainButtonDetails  select.MainMenuSelect{
	font-size:16px;
	-webkit-appearance: none;
	display:block;
	height:39px;
	background-color:#C1C4CB;
	border:none;
	padding:0;
	margin:0;
	width:100%;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	margin-bottom:1px;
	padding-left:16px;
	line-height:39px;
	color:#666666;
	background-image:url(/media/mobile/img_DrowDownArrow.png);
	background-repeat:no-repeat;
	background-position:center right;
}


a.SquareGreyButton{

	display:block;
	width:60px;
	height:21px;
	background-color:#727C90;
	color:#ffffff;
	text-align:center;
	line-height:21px;
	text-decoration:none;
	margin-bottom:5px;
	float:left;
	border-bottom:#353537 solid 1px;
	border-right:#616264 solid 1px;
	border-left:#DADCE1 solid 1px;
	border-top:#E8E9EC solid 1px;
	margin-top:7px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	
}

a.SquareDarkGreyButton{

	display:block;
	width:60px;
	height:21px;
	background-color:#656E7E;
	color:#ffffff;
	text-align:center;
	line-height:21px;
	text-decoration:none;
	margin-bottom:5px;
	float:left;
	border-bottom:#353537 solid 1px;
	border-right:#616264 solid 1px;
	border-left:#DADCE1 solid 1px;
	border-top:#E8E9EC solid 1px;
	margin-top:7px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	
}

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

GalleryList

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


div#GalleryNav{
	line-height:39px;
	color:#666666;
}

div#GalleryNav .White{
	background-color:#FFFFFF;
	height:39px;
	padding-left:16px;
}
div#GalleryNav .White a{
	color:#666666;
	text-decoration:underline;
}


div#GalleryNav .Gray{
	background-color:#DFDFE5;
	height:39px;
	padding-left:16px;
}


div#GalleryNav .FloatRight{
	padding-right:16px;
	height:39px;
	line-height:39px;
}

div#GalleryNav .FloatRight select{
margin-top:10px;
}

ul.GalleryList{
	list-style:none;
	margin:0;
	padding:0 16px;
	
}

ul.GalleryList li{
	margin:0;
	padding:0;

	min-height:58px;	
	padding:10px 0;
	border:#7B859B solid;
	border-width:0 0 1px 0;
}

ul.GalleryList li.First{
	xborder-width:0;
}


ul.GalleryList li .Image{
	float:left;
	width:80px;
	height:58px;
	padding-right:10px;
}

ul.GalleryList li .Details{
	float:left;
	min-width:190px;
	height:58px;
}


ul.GalleryList li div.Title{
	height:40px;
	overflow:hidden;
}
ul.GalleryList li a{
	color:#666666;
	text-decoration:none;
}

/*
	HOMEPAGE
*/


#HomepageTitle{
	padding:15px 0 0 17px;
}

#ImageAnim{

	height:184px;
}

#ImageAnim a.Left,
#ImageAnim a.Right
{
	float:left;
	width:10%;
	display:block;
	height:184px;
	background-position:center;
	background-repeat:no-repeat;
}
#ImageAnim a.Left{
	background-image:url(/media/mobile/btn_Left.png);
}
#ImageAnim a.Right{
	background-image:url(/media/mobile/btn_Right.png);
}


#ImageAnim ul{
	float:left;
	list-style:none;
	width:80%;
	padding:0;
	margin:0;
	height:184px;
	overflow:hidden;
}

#ImageAnim ul li{
	margin:0;
	padding:0;
	width:100%;
	height:184px;
	text-align:center;
}

#ImageAnim ul li a{
	display:block;
	width:200;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
}


ul#ImageAnimPageing{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	padding-right:14px;
}

ul#ImageAnimPageing li{

	margin:0;
	padding:0;
	margin-left:7px;
	float:left;
}

ul#ImageAnimPageing li a{
	text-decoration:none;
	display:block;
	border:#7B859B solid 1px;
	width:15px;
	height:15px;
	margin:0;
	padding:0;
	background-color:#7B859B;
}

ul#ImageAnimPageing li.activeSlide a{
	background-color:#ffffff;
}

#ItemDetails{
	padding:10px 16px 0 16px;
}

#ItemDetails a{
	color:#666666;
}

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

News

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


ul.LatestArticals{
	margin:0;
	padding:0;
	list-style:none;
	padding-left:16px;
	padding-right:16px;
}


ul.LatestArticals li{
	border:#CFD1D7 solid;
	border-width:1px 0 0 0;
	padding:10px 0 6px 0;
}

ul.LatestArticals li a{
	color:#666666;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
}

.NewsPost{
}

.NewsPost img{
display:block;
}


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

.Form

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

.Form{

	padding:0 16px;
	font-size:11px;
}




.Form input[type=text],
.Form input[type=password],
.Form textarea,
.Form select{
	border:#333333 solid 1px;
	background-color:#ECECEC;
	height:28px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	font-size:16px;
	margin:0;
	padding:0;
	
}


.Form label{
	display:block;
	padding-top:10px;
	line-height:13px;



}
.Form label,
.Form input[type=text],
.Form input[type=password],
.Form select,
.Form textarea{
	clear:both;
	width:100%;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}


.Form input[type=text],
.Form input[type=password],
.Form select,
.Form textarea{
	border:#333333 solid 1px;
	background-color:#ECECEC;
	height:28px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	font-size:16px;

}



.Form label.combined{
	padding-top:20px;
}

.Form label input[type=text],
.Form label input[type=password],
.Form label textarea,
.Form label select{
	float:right;
	width:75%;
	margin:0;
	padding:0;
}

.Form label input[type=radio],
.Form label input[type=checkbox]
{
	float:left;
	width:auto;
}

.Form label div{	
	float:left;
	width:25%;
}
.Form label span{	
	display:block;
	float:left;
	width:75%;
	text-align:left;
}



.Form input.SquareDarkGreyButtonWide{
	display:block;
	height:21px;
	background-color:#656E7E;
	color:#ffffff;
	text-align:center;
	line-height:21px;
	text-decoration:none;
	border:none;
	border-bottom:#353537 solid 2px;
	border-right:#616264 solid 2px;
	border-left:#DADCE1 solid 2px;
	border-top:#E8E9EC solid 2px;
	font-size:13px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	border-radius:0px;
}

.Form input.SquareDarkGreyButton{
	display:block;
	height:21px;
	background-color:#656E7E;
	color:#ffffff;
	text-align:center;
	line-height:21px;
	text-decoration:none;
	border:none;
	width:auto;
	padding:0 15px;
	float:left;
	margin-left:25%;
	border-bottom:#353537 solid 2px;
	border-right:#616264 solid 2px;
	border-left:#DADCE1 solid 2px;
	border-top:#E8E9EC solid 2px;
	font-size:13px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	border-radius:0px;

}

.Form .error{
	color:#990000;
	clear:both;
}


.Form div {
	display:block;
	xwidth:100%;
	clear:both;
	min-height:28px;
	padding-top:10px;
	
}

.Form div label{
	float:left;
	width:25%;
	display:block;
	height:28px;
	padding:0;
}

.Form div div{
	float:left;
	width:70%;
	display:block;
	height:28px;
	clear:none;
	padding:0;
}

.Form div div input[type=radio],
.Form div div input[type=checkbox]{
	width:auto;
	float:none;
}


.Form div div input[type=text],
.Form div div input[type=password],
.Form div div textarea,
.Form div div select{
	xwidth:inherit;
	width:100%;
	float:none;
	clear:none;
	display:inline;

}

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

Checkout

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

#Checkout{
	padding:0 16px;
	font-size:11px;
	xfont-weight:bold;
}
/*
#Checkout label{
	display:block;
	padding-top:10px;

}
#Checkout label,
#Checkout input,
#Checkout select,
#Checkout textarea{
	clear:both;
	width:100%;
	xborder:#333333 solid 1px;
	xbackground-color:#ECECEC;

}


#Checkout input,
#Checkout select,
#Checkout textarea{
	border:#333333 solid 1px;
	background-color:#ECECEC;
	height:28px;
}



#Checkout label.combined{
	padding-top:20px;
}

#Checkout label input,
#Checkout label select{
	float:right;
	width:75%;
}


#Checkout input.SquareDarkGreyButtonWide{
	display:block;
	height:25px;
	background-color:#656E7E;
	color:#ffffff;
	text-align:center;
	line-height:25px;
	text-decoration:none;
	border:none;
}

#Checkout .error{
	color:#990000;
}
*/

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

WishList

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


ul.WishList{
	list-style:none;
	margin:0;
	padding:0;
	padding:0 16px;
}


ul.WishList li{
	height:130px;
	border:#7B859B solid;
	border-width:0 0 1px 0;
	padding:10px 0 12px 0;
	
}
ul.WishList li .Image{
	float:left;
	width:160px;
	
}


ul.WishList li ul.Controls{
	float:left;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	width:90px;
	padding-top:15px;
	
}
ul.WishList li ul.Controls li{
	height:auto;
	border:none;
	padding:0;
	margin:0;
	line-height:27px;

}

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

WishList

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

ul.AOI{
	list-style:none;
	margin:0;
	padding:0;
	padding:10px 0 10px 16px;
}

ul.AOI li{
line-height:30px;
}

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

TextPage

*********************************************************************************/
#TextPage{
	padding:30px 16px 20px 16px;
	
}

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

DataGrid

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

.GridRow{
	clear:both;
	padding-top:10px;
}

.GridRow .GridTitle{
	float:left;
	width:30%;
	line-height:13px;
}

.GridRow .GridData{
	float:left;
	width:70%;
	font-weight:bold;
}



.Paging{
	padding:10px 16px;
	height:20px;
}

.Paging .Left{
	float:left;
}
.Paging .Right{
	float:right;
}