/*
* jQuery Mobile Framework 1.1.0
* http://jquerymobile.com
*
* Copyright 2011 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
*/
/* Swatches */

/* A
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-a {
	border: 1px solid #ffffff /*{a-bar-border}*/;
	background: #ffffff /*{a-bar-background-color}*/;
	color: #000000 /*{a-bar-color}*/;
	
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #eeeeee /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{a-bar-background-start}*/), to( #e5e5e5 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #e5e5e5 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #e5e5e5 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #e5e5e5 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #e5e5e5 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #e5e5e5 /*{a-bar-background-end}*/);
}

.ui-bar-a .ui-link-inherit {
	color: #000000 /*{a-bar-color}*/;
}
.ui-bar-a .ui-link {
	color: #7cc4e7 /*{a-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-a .ui-link:hover {
	color: #2489CE /*{a-bar-link-hover}*/;
}

.ui-bar-a .ui-link:active {
	color: #2489CE /*{a-bar-link-active}*/;
}

.ui-bar-a .ui-link:visited {
    color: #2489CE /*{a-bar-link-visited}*/;
}

.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-a,
.ui-overlay-a {
	border: 1px solid #eeeeee /*{a-body-border}*/;
	color: #333333 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #ffffff /*{a-body-shadow-color}*/;
	background: #ffffff /*{a-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{a-body-background-start}*/), to( #ededed /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/);
}
.ui-overlay-a {
	background-image: none;
	border-width: 0;
}
.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-body-a .ui-link-inherit {
	color: #333333 /*{a-body-color}*/;
}

.ui-body-a .ui-link {
	color: #2489CE /*{a-body-link-color}*/;
	font-weight: bold;
}

.ui-body-a .ui-link:hover {
	color: #2489CE /*{a-body-link-hover}*/;
}

.ui-body-a .ui-link:active {
	color: #2489CE /*{a-body-link-active}*/;
}

.ui-body-a .ui-link:visited {
    color: #2489CE /*{a-body-link-visited}*/;
}

.ui-btn-up-a {
	border: 1px solid #cccccc /*{a-bup-border}*/;
	background: #e5e5e5 /*{a-bup-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #ffffff /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{a-bup-background-start}*/), to( #e0e0e0 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f6f6f6 /*{a-bup-background-start}*/, #e0e0e0 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f6f6f6 /*{a-bup-background-start}*/, #e0e0e0 /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f6f6f6 /*{a-bup-background-start}*/, #e0e0e0 /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f6f6f6 /*{a-bup-background-start}*/, #e0e0e0 /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f6f6f6 /*{a-bup-background-start}*/, #e0e0e0 /*{a-bup-background-end}*/);
}
.ui-btn-up-a a.ui-link-inherit {
	color: #2F3E46 /*{a-bup-color}*/;
}

.ui-btn-hover-a {
	border: 1px solid #bbbbbb /*{a-bhover-border}*/;
	background: #dfdfdf /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #ffffff /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{a-bhover-background-start}*/), to( #e0e0e0 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/);
}
.ui-btn-hover-a a.ui-link-inherit {
	color: #2F3E46 /*{a-bhover-color}*/;
}
.ui-btn-down-a {
	border: 1px solid #bbbbbb /*{a-bdown-border}*/;
	background: #d6d6d6 /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #ffffff /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{a-bdown-background-start}*/), to( #dfdfdf /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/);
}
.ui-btn-down-a a.ui-link-inherit {
	color: #2F3E46 /*{a-bdown-color}*/;
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

/* Structure */

/* links within "buttons" 
-----------------------------------------------------------------------------------------------------------*/

a.ui-link-inherit {
	text-decoration: none !important;
}


/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-active {
	border: 1px solid #959595 /*{global-active-border}*/;
	background: #ffffff /*{global-active-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{global-active-color}*/;
	cursor: pointer;
	
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #b7b7b7 /*{global-active-background-start}*/), to( #7d7d7d /*{global-active-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #b7b7b7 /*{global-active-background-start}*/, #7d7d7d /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #b7b7b7 /*{global-active-background-start}*/, #7d7d7d /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #b7b7b7 /*{global-active-background-start}*/, #7d7d7d /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #b7b7b7 /*{global-active-background-start}*/, #7d7d7d /*{global-active-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #b7b7b7 /*{global-active-background-start}*/, #7d7d7d /*{global-active-background-end}*/);
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}



.ui-btn-active a.ui-link-inherit {
	color: #ffffff /*{global-active-color}*/;
}


/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-inner {
	border-top: 0px solid 	#fff;
	border-color: 			rgba(255,255,255,.3);
}


/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/

.ui-corner-tl {
	-moz-border-radius-topleft: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 0.3em /*{global-radii-blocks}*/;
	border-top-left-radius: 0.3em /*{global-radii-blocks}*/;
}
.ui-corner-tr {
	-moz-border-radius-topright: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 0.3em /*{global-radii-blocks}*/;
	border-top-right-radius: 0.3em /*{global-radii-blocks}*/;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 0.3em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 0.3em /*{global-radii-blocks}*/;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: 0.3em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 0.3em /*{global-radii-blocks}*/;
}
.ui-corner-top {
	-moz-border-radius-topleft: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 0.3em /*{global-radii-blocks}*/;
	border-top-left-radius: 0.3em /*{global-radii-blocks}*/;
	-moz-border-radius-topright: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 0.3em /*{global-radii-blocks}*/;
	border-top-right-radius: 0.3em /*{global-radii-blocks}*/;
}


.ui-corner-top-g {
	-moz-border-radius-topleft: 0em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 0em /*{global-radii-blocks}*/;
	border-top-left-radius: 0em /*{global-radii-blocks}*/;
	-moz-border-radius-topright: 0em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 0em /*{global-radii-blocks}*/;
	border-top-right-radius: 0em /*{global-radii-blocks}*/;
}



.ui-corner-bottom {
	-moz-border-radius-bottomleft: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 0.3em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 0.3em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: 0.3em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 0.3em /*{global-radii-blocks}*/;
	}
.ui-corner-right {
	-moz-border-radius-topright: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 0.3em /*{global-radii-blocks}*/;
	border-top-right-radius: 0.3em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: 0.3em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 0.3em /*{global-radii-blocks}*/;
}
.ui-corner-left {
	-moz-border-radius-topleft: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 0.3em /*{global-radii-blocks}*/;
	border-top-left-radius: 0.3em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomleft: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 0.3em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 0.3em /*{global-radii-blocks}*/;
}
.ui-corner-all {
	-moz-border-radius: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-radius: 0.3em /*{global-radii-blocks}*/;
	border-radius: 0.3em /*{global-radii-blocks}*/;
}
.ui-corner-none {
	-moz-border-radius: 				   0;
	-webkit-border-radius: 				   0;
	border-radius: 						   0;
}

/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
	border-bottom: rgb(130,130,130);
	border-bottom: rgba(130,130,130,.3);
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
	opacity: 							.3;
}
.ui-disabled,
.ui-disabled a {
	cursor: default !important;
	pointer-events: none;
}
.ui-disabled .ui-btn-text {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
	filter: alpha(opacity=30);
	zoom: 1;
}

/* Icons
-----------------------------------------------------------------------------------------------------------*/

.ui-icon,
.ui-icon-searchfield:after {
	background: #FFFFFF /*{global-icon-color}*/;
	background: rgba(0,0,0,0.2) /*{global-icon-disc}*/;
	background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
	background-repeat: no-repeat;
	-moz-border-radius: 				9px;
	-webkit-border-radius: 				9px;
	border-radius: 						9px;
}


/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/

.ui-icon-alt {
	background: 						#fff;
	background: 						rgba(255,255,255,.3);
	background-image: url(images/icons-18-black.png);
	background-repeat: no-repeat;
}

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi) {
	
	.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
	.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
	.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
	.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after, 
	.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
		background-image: url(images/icons-36-black.png) /*{global-large-icon-set}*/;
		-moz-background-size: 776px 18px;
		-o-background-size: 776px 18px;
		-webkit-background-size: 776px 18px;
		background-size: 776px 18px;
	}
	.ui-icon-alt {
		background-image: url(images/icons-36-black.png);
	}
}

/* plus minus */
.ui-icon-plus {
	background-position: 	-0 50%;
}
.ui-icon-minus {
	background-position: 	-36px 50%;
}

/* delete/close */
.ui-icon-delete {
	background-position: 	-72px 50%;
}

/* arrows */
.ui-icon-arrow-r {
	background-position: 	-108px 50%;
}
.ui-icon-arrow-l {
	background-position: 	-144px 50%;
}
.ui-icon-arrow-u {
	background-position: 	-180px 50%;
}
.ui-icon-arrow-d {
	background-position: 	-216px 50%;
}

/* misc */
.ui-icon-check {
	background-position: 	-252px 50%;
}
.ui-icon-gear {
	background-position: 	-288px 50%;
}
.ui-icon-refresh {
	background-position: 	-324px 50%;
}
.ui-icon-forward {
	background-position: 	-360px 50%;
}
.ui-icon-back {
	background-position: 	-396px 50%;
}
.ui-icon-grid {
	background-position: 	-432px 50%;
}
.ui-icon-star {
	background-position: 	-468px 50%;
}
.ui-icon-alert {
	background-position: 	-504px 50%;
}
.ui-icon-info {
	background-position: 	-540px 50%;
}
.ui-icon-home {
	background-position: 	-576px 50%;
}
.ui-icon-search,
.ui-icon-searchfield:after {
	background-position: 	-612px 50%;
}
.ui-icon-checkbox-off {
	background-position: 	-684px 50%;
}
.ui-icon-checkbox-on {
	background-position: 	-648px 50%;
}
.ui-icon-radio-off {
	background-position: 	-756px 50%;
}
.ui-icon-radio-on {
	background-position: 	-720px 50%;
}


/* checks,radios */
.ui-checkbox .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
	background-color: transparent;	
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
	background-color: #555555 /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}

/* loading icon */
.ui-icon-loading {
	background: url(images/ajax-loader.gif);
	background-size: 46px 46px;
}


/* Button corner classes
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-corner-tl {
	-moz-border-radius-topleft: .3em /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: .3em /*{global-radii-buttons}*/;
	border-top-left-radius: .3em /*{global-radii-buttons}*/;
}
.ui-btn-corner-tr {
	-moz-border-radius-topright: .3em /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: .3em /*{global-radii-buttons}*/;
	border-top-right-radius: .3em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bl {
	-moz-border-radius-bottomleft: .3em /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: .3em /*{global-radii-buttons}*/;
	border-bottom-left-radius: .3em /*{global-radii-buttons}*/;
}
.ui-btn-corner-br {
	-moz-border-radius-bottomright: .3em /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: .3em /*{global-radii-buttons}*/;
	border-bottom-right-radius: .3em /*{global-radii-buttons}*/;
}
.ui-btn-corner-top {
	-moz-border-radius-topleft: .3em /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: .3em /*{global-radii-buttons}*/;
	border-top-left-radius: .3em /*{global-radii-buttons}*/;
	-moz-border-radius-topright: .3em /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: .3em /*{global-radii-buttons}*/;
	border-top-right-radius: .3em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bottom {
	-moz-border-radius-bottomleft: .3em /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: .3em /*{global-radii-buttons}*/;
	border-bottom-left-radius: .3em /*{global-radii-buttons}*/;
	-moz-border-radius-bottomright: .3em /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: .3em /*{global-radii-buttons}*/;
	border-bottom-right-radius: .3em /*{global-radii-buttons}*/;
}
.ui-btn-corner-right {
	 -moz-border-radius-topright: .3em /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: .3em /*{global-radii-buttons}*/;
	border-top-right-radius: .3em /*{global-radii-buttons}*/;
	-moz-border-radius-bottomright: .3em /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: .3em /*{global-radii-buttons}*/;
	border-bottom-right-radius: .3em /*{global-radii-buttons}*/;
}
.ui-btn-corner-left {
	-moz-border-radius-topleft: .3em /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: .3em /*{global-radii-buttons}*/;
	border-top-left-radius: .3em /*{global-radii-buttons}*/;
	-moz-border-radius-bottomleft: .3em /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: .3em /*{global-radii-buttons}*/;
	border-bottom-left-radius: .3em /*{global-radii-buttons}*/;
}
.ui-btn-corner-all {
	-moz-border-radius: .3em /*{global-radii-buttons}*/;
	-webkit-border-radius: .3em /*{global-radii-buttons}*/;
	border-radius: .3em /*{global-radii-buttons}*/;
}

/* radius clip workaround for cleaning up corner trapping */
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl, 
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom, 
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl, 
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom, 
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/

.ui-overlay {
	background: #666;
	opacity: .5;
	filter: Alpha(Opacity=50);
	position: absolute;
	width: 100%;
	height: 100%;
}
.ui-overlay-shadow {
	-moz-box-shadow: 0px 0px 12px 			rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 12px 		rgba(0,0,0,.6);
	box-shadow: 0px 0px 12px 				rgba(0,0,0,.6);
}
.ui-shadow {
	-moz-box-shadow: 0px 1px 1px /*{global-box-shadow-size}*/ rgba(0,0,0,.65) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0px 1px 1px /*{global-box-shadow-size}*/ rgba(0,0,0,.65) /*{global-box-shadow-color}*/;
	box-shadow: 0px 1px 1px /*{global-box-shadow-size}*/ rgba(0,0,0,.65) /*{global-box-shadow-color}*/;
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow  {
	-moz-box-shadow: 0px 1px 0 				rgba(255,255,255,.3);
	-webkit-box-shadow: 0px 1px 0 			rgba(255,255,255,.3);
	box-shadow: 0px 1px 0 					rgba(255,255,255,.3);
}
.ui-shadow-inset {
	-moz-box-shadow: inset 0px 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px 			rgba(0,0,0,.2);
}
.ui-icon-shadow {
	-moz-box-shadow: 0px 0px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	-webkit-box-shadow: 0px 0px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	box-shadow: 0px 0px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
}

/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/

.ui-btn:focus {
	outline: 0;
}

.ui-focus,
.ui-btn:focus {
	-moz-box-shadow: 0px 0px 12px #555555 /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px #555555 /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px #555555 /*{global-active-background-color}*/;
}

/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/

.ui-mobile-nosupport-boxshadow * {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus {
	outline-width: 1px;
	outline-style: dotted;
}
			
			
			
			
/* Forever21 Custom CSS
-----------------------------------------------------------------------------------------------------------*/			


.ui-header{-moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ 			rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ 		rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
	box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ 				rgba(0,0,0,.3) /*{global-box-shadow-color}*/;}

#forever21-logo{text-indent:-9999px;margin:10px 0px 0px 7px;width:125px; height:22px; background:url(images/custom-icons.png) 0 0; border:none;}
#header-nav-btn-group{float:right;margin:0px 0px 0px 0px;}

#header-nav-btn-group a{width:50px; height:50px; margin:0px 0px 0px 0px; border:none; border-radius:0px;}

#navbtnlist{margin:0px 0px 0px 0px;}
#navbtnlist a{font-weight:bold;}


#search{width:65%;}
#searchsubmit{width:80px;}

.freeshipping-callout{color:#00a99d; font-size:12px; font-weight:bold;text-align:center; margin:5px;}
#subbrand-header-bar{margin:5px 0px 0px 0px;}
#subbrand-header-bar {width:100%;}


/* custom forever21 ui-icons
----------------------------------*/
.ui-icon-header-menu-btn{width:35px; height:22px; background-color:transparent; background:url(images/custom-icons.png);background-position: 260px 0; border-radius:0px; border:none; font-size:10.5px;}
.ui-icon-header-store-btn{width:30px; height:22px; background-color:transparent; background:url(images/custom-icons.png);background-position: 222px 0; border-radius:0px; border:none;}
.ui-icon-header-bag-btn{width:30px; height:22px; background-color:transparent; background:url(images/custom-icons.png);background-position: 178px 0; border-radius:0px; border:none;}
.ui-icon-footer-signin-icon{ width:18px; height:20px; background:url(images/icons-18-custom.png) no-repeat; background-position:0px 0;}
.ui-icon-footer-locator-icon{ width:18px; height:20px; background:url(images/icons-18-custom.png) no-repeat; background-position:-289px 0;}
.ui-icon-footer-trackorders-icon{ width:18px; height:20px; background:url(images/icons-18-custom.png) no-repeat; background-position:-37px 0;}
.ui-icon-footer-wishlist-icon{width:18px; height:20px; background:url(images/icons-18-custom.png) no-repeat; background-position:-73px 0;}
.ui-icon-footer-giftcards-icon{width:18px; height:20px; background:url(images/icons-18-custom.png) no-repeat; background-position:-73px 0;}
.ui-icon-footer-iphoneapp-icon{width:18px; height:18px; background:url(images/icons-18-custom.png) no-repeat; background-position:-143px 0; border-radius:0px;}
.ui-icon-footer-customerservice-icon{width:18px; height:18px; background:url(images/icons-18-custom.png) no-repeat; background-position:-182px 0; border-radius:0px;}
.ui-icon-footer-fullsite-icon{width:18px; height:18px; background:url(images/icons-18-custom.png) no-repeat; background-position:-216px 0; border-radius:0px;}



/* custom forever21 ui-icons
----------------------------------*/

.ui-header{height:50px;}

.menu-header{height:35px; margin:0px 0px 10px 0px;}




#navbar-na-sales{-moz-box-shadow: 0px 2px 4px /*{global-box-shadow-size}*/ 			rgba(0,0,0,.8) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0px 2px 4px /*{global-box-shadow-size}*/ 		rgba(0,0,0,.8) /*{global-box-shadow-color}*/;
	box-shadow: 0px 2px 4px /*{global-box-shadow-size}*/ 				rgba(0,0,0,.8) /*{global-box-shadow-color}*/; border-top:1px solid #fff; border-bottom:none;}
#new-arrivals-btn{font-size:14px; border-top:none;}
#new-arrivals-btn:hover{border:none;}

#sale-btn{font-size:14px; border-top:none;}
#sale-btn:hover{border:none;}


#shop-by-category-headerback{background-color:#636363; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em;color:#ffffff;text-shadow:none; text-indent:15px; tfont-size: 14px; font-weight:bold; height:23px; width:100%; padding:10px 16px 0px 0px; margin:0px 0px 0px -8px;text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #898989 /*{b-bar-shadow-color}*/;
	background: 			#636363 /*{b-bar-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #898989 /*{b-bar-background-start}*/), to( #636363 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #898989 /*{b-bar-background-start}*/, #636363 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #898989 /*{b-bar-background-start}*/, #636363 /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #898989 /*{b-bar-background-start}*/, #636363 /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #898989 /*{b-bar-background-start}*/, #636363 /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #898989 /*{b-bar-background-start}*/, #636363 /*{b-bar-background-end}*/);}


#shop-by-category-headertxt{margin:-10px 0px 0px 0px;}

li.shopbycategory-titlebar{ border-radius:0px;}
#shopbybrand-divider li{ border-radius:0px;}

#border-top-radius-override{-moz-border-radius-topleft: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 0.3em /*{global-radii-blocks}*/;
	border-top-left-radius: 0.3em /*{global-radii-blocks}*/;
	-moz-border-radius-topright: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 0.3em /*{global-radii-blocks}*/;
	border-top-right-radius: 0.3em /*{global-radii-blocks}*/;}
#border-radius-bottom-override{-moz-border-radius-bottomleft: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 0.3em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 0.3em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: 0.3em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: 0.3em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 0.3em /*{global-radii-blocks}*/;}



.signup-bar{background-color:#999; margin:0px 0px 0px 0px; text-align:left;}	
span.signup-bar-txt{font-size:12px; font-weight:bold; text-shadow:none; color:#ffffff; font-weight:normal;}

#signupform-block{background-color:#999; width:100%; text-align:center;}
#email-form{text-align:center;background-color:#999;padding:0px 0px 10px 0px;}
#email-form input{margin:0px 5px 0px 15px; font-size:11px;}
#emailaddress{ float:left;width:60%;}


ul.list-dropshadow {padding:5px 0px 5px 0px;}
.list-dropshadow a{-moz-box-shadow: 0 0 3px #888;
-webkit-box-shadow: 0 0 3px #888;
box-shadow: 0 0 3px #888;}

.clearfix{width:100%;}

.arrow-up{width: 0; height: 0; float:left; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid black;margin:10px 0px 0px 0px;}
#backtotop-block{margin:0px 0px 20px 20px;}
#backtop{color:#333;font-size:10px;margin:0px 0px 0px 7px;}


.footer-btns-wrapper{text-align:center; margin:auto; width:100%; padding:0px 15px 0px 15px;}
#footer-btns {text-align:center; margin:10px auto 10px;}
#footer-btns a{height:60px; width:60px;}

#copyright-bar{background-color:#eee; color:#636363; font-size:9px; padding:7px; text-align:center;}
#footer-phonenumber{text-align:center; margin:auto; font-size:14px; color:#000; text-shadow:none; margin:10px 0px 15px 0px;}


/* Product page Css
----------------------------------*/

.filter-size-form{width:45%; margin:0px 15px 10px 0px; float:left;}
.sortby-form{width:45%; float:left; margin:0px 0px 10px 0px;}
.productgrid-list{display:inline-block; display:inline; margin:0px 5px 5px 5px; width:130px; height:265px;text-align:left; float:left; }
.grid-product-toprated{text-align:center; background-color:#c9e7df;padding:1px 36px 1px 36px; font-size:10px; width:130px;}
.grid-product-title{font-size:12px; width:130px; float:left; color:#666;}
.grid-product-newtag{font-size:12px; color:#F26721;float:left;}
.grid-product-price{font-size:12px; color:#000; float:right; margin:0px 50px 0px 0px;}		
#slider4 img{width:230px; height:280px;}
.view-other-angles-txt{font-size:10px; color:#000;}
.productpg-title{font-weight:normal; color:#464646;font-weight:bold;width:65%; float:left;}
.productpg-price{font-weight:normal; color:#000; float:right;}
#wishlist-email-links{width:100%;left:50%;}
.description-collapsible{margin:0px 8px 15px 8px;}
.productpg-description-text{float:left; margin:5px 0px 0px 0px;;}
.productpg-product-code{color:#636363;float:left; padding:0px 0px 0px 0px;}
.productpg-detailstxt{maring:10px 0px 0px 0px;float:left;}
.productpg-details-list{padding:0px 0px 10px 0px;}

/* category page Css
----------------------------------*/
.filter-size-form{width:45%; margin:0px 15px 10px 0px; float:left;}
.sortby-form{width:45%; float:left; margin:0px 0px 10px 0px;}
#productgrid-list{display:inline-block; display:inline; margin:0px 5px 5px 5px; width:130px; height:265px;text-align:left; float:left; }
#productgrid-list img{width:130px; height:195px;}
.grid-product-toprated{text-align:center; background-color:#c9e7df;padding:1px 36px 1px 36px; text-decoration:none; font-size:10px; width:130px;}
.grid-product-title{font-size:12px; width:130px; float:left; color:#666;}
.grid-product-newtag{font-size:12px; color:#F26721;float:left;}
.grid-product-price{font-size:12px; color:#000; float:right; margin:0px 50px 0px 0px;}
a.categorypg-product-block{text-decoration:none;}