html {
	/*width: 960px;*/
}

body {
	margin: 40px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 14px;
	color: #4F5155;
	/*width: 960px;*/
	margin: 0 0 0 35px;
	padding: 8px;
	/*background: 50% 0 no-repeat url(/assets/images/background.jpg) #000;*/
	background-color: rgb(232, 232, 232);
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

p {
	color: #FFF;
}

.ui-widget-content p {
	color: #000;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
}

code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.profile_arrow_nav {
	list-style: none;
	margin: 0;
	float: left;
	width: 17px;
	height: 14px;
	background: #222;
	font-size: 9px;
	background: url(../images/profile_arrow_nav_bg.gif) repeat-x;
}

ul.profile_arrow_nav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.profile_arrow_nav li a{
	padding: 2px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-size: 9px;
}

ul.profile_arrow_nav li a:hover{
	background: url(../images/profile_arrow_nav_hover.gif) no-repeat center top;
}

ul.profile_arrow_nav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}

ul.profile_arrow_nav li span.subhover {
	background-position: center bottom; cursor: pointer; /*--Hover effect for trigger--*/
}

ul.profile_arrow_nav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 7px;
	background: #132d69;
	margin: 0 0 0 -9px; padding: 0;
	display: none;
	float: left;
	width: 151px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	z-index: 2000;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

ul.profile_arrow_nav li ul.subnav li{
	margin: 0; padding: 0;
	/*border-top: 1px solid #FFF; /*--Create bevel effect--*/
	border-bottom: 1px solid #FFF; /*--Create bevel effect--*/
	clear: both;
	width: 0px;
}

ul.profile_arrow_nav li ul.subnav li:last-of-type{
	border-bottom: none;
}

html ul.profile_arrow_nav li ul.subnav li a {
	float: left;
	width: 126px;
	background: #FFFFFF url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	color: #000000;
}

html ul.profile_arrow_nav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #4E8CDC url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	color: #FFFFFF;
}

/* Moon Orange */
.moon-orange-right {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #FFA900;
	height: 14px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #8a3500;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-orange-right:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #FFA900;
	height: 14px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-orange-left {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #FFA900;
	height: 14px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #8A3500;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-orange-left:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #FFA900;
	height: 14px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-orange {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #FFA900;
	height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #000000;
	cursor: pointer;
	color: #8A3500;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-orange:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #FFA900;
	height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}
/* Moon Orange End */

/* Moon Blue */
.moon-blue-left {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #73A6EE;
	height: 14px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #264CA2;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-blue-left:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #73A6EE;
	height: 14px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-blue-right {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #73A6EE;
	height: 14px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #264CA2;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-blue-right:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #73A6EE;
	height: 14px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-blue {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #73A6EE;
	height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #000000;
	cursor: pointer;
	color: #264CA2;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-blue:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #73A6EE;
	height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}
/* Moon Blue End */

/* Moon Grey */
.moon-grey-right {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #9B99AC;
	height: 14px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #424852;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-grey-right:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #9B99AC;
	height: 14px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-grey {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #9B99AC;
	height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #000000;
	cursor: pointer;
	color: #424852;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-grey:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #9B99AC;
	height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}
/* Moon Grey End */

/* Moon Green */
.moon-green-left {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #00C800;
	height: 14px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #005C00;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-green-left:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #00C800;
	height: 14px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-green {
	background: top left repeat-x url(../images/rev_btn_hlightslice.png) #00C800;
	height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #000000;
	cursor: pointer;
	color: #005C00;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}

.moon-green:hover {
	background: top left repeat-x url(../images/hover_btn_hlightslice.png) #00C800;
	height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #000000;
	cursor: pointer;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 7px;
	float: left;
	display: inline-block;
	margin: 5px 0 0 0;
}
/* Moon Green End */

.msg_container {
	background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 45px) repeat scroll 0 0 transparent;
	border-radius: 7px;
	border-color: -moz-use-text-color #ABA4BD #ABA4BD;
	border: thin solid #ABA4BD;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	font-size: 10px;
	height: 170px;
	margin: 0 0 5px;
	outline: 0 none;
	padding-left: 10px;
	width: 566px;
	overflow-x: hidden;
	overflow-y: auto;
}

.customer_msg {
	margin: 6px;
	float: left;
	border: 1px solid #0075FF;
	border-radius: 6px;
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #FFF;
	font-size: 11px;
}

.customer_msg_title {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #0075FF;
	text-transform: capitalize;
	margin-bottom: 3px;
}

.dv_msg {
	margin: 6px;
	float: right;
	border: 1px solid #A6A2BB;
	border-radius: 6px;
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #FFF;
	font-size: 11px;
}

.dv_msg_title {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #79778F;
	text-transform: capitalize;
	margin-bottom: 3px;
}

.msg_box {
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 13px) repeat scroll 0 0 transparent;
    border: 1px solid #CBC9D9;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    margin-left: 2px;
    outline: 0 none;
    padding: 3px;
    margin-top: 2px;
    width: 566px;
}

.galleryActionGreen_btn {
	background: url(../images/rev_btn_hlightslice.png) top left repeat-x #49D449;
	height: 17px;
	border-radius: 4px;
	color: #000;
	font-weight: bold;
	padding: 0px 6px;
	font-size: 9px;
	border: thin solid #006800;
	cursor: pointer;
	line-height: 17px;
	float:left;
	margin-left: 3px;
}

.galleryActionGreen_btn:hover {
	background: url(../images/rev_btn_hlightslice.png) top left repeat-x #FFA20E;
	height: 17px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000;
	font-weight: bold;
	padding: 0px 6px;
	/*font-size: 9px;*/
	border: thin solid #006800;
	cursor: pointer;
	line-height: 17px;
	/*float:left;*/
	margin-left: 3px;
}

#menu-widget {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #F4F4F4;
    border-bottom-right-radius: 3px;
    border-color: #BEBEBE #BEBEBE #BEBEBE -moz-use-text-color;
    border-style: solid solid solid none;
    border-top-right-radius: 3px;
    border-width: 1px 1px 1px medium;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    display: block !important;
    font: 13px/17px Helvetica,Arial,sans-serif;
    height: 163px;
    left: 0;
    position: fixed;
    top: 75px;
    width: 34px;
    z-index: 890;
    padding-top: 4px;
}

#menu-widget a {
	border-bottom: 1px solid #FEFEFE;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    /* text-indent: -9999px; */
    width: 32px;
    padding: 4px 0;
}

.login_boxer {
	position: absolute;
	top: 25%;
	/*left: 420px;*/
	left: 43%;
	width: 202px;
	border: 2px solid #70707B;
	border-radius: 8px;
	background-color: black;
	padding: 3px;
	box-shadow: 0px 8px 10px -2px #000000;
}

.login_box {
	width: 180px;
	height: 144px;
	padding: 22px 5px 0px 17px;
	border: none;
	border-radius: 4px;
	background-color: #424B5B;
}

.new_user_box {
	width: 224px;
	height: 234px;
	margin: 0 0 0 -112px;
	/* border: thin solid #0075FF; */
	padding: 11px;
	/* box-shadow: 5px 5px 5px #ccc; */
	background: top left no-repeat url(../images/newuser_background.png) transparent;
	position: absolute;
	top: 25%;
	left: 50%;
	padding: 26px 0 0 34px;
}

.console_top {
	background: url(/assets/images/moon_slice_top.png) top left repeat-x transparent;
	width: 100%;
	height: 32px;
	margin: 0 auto;
	border-radius: 6px;
}

.console_center {
	min-height: 670px;
	height: auto;
	min-width: 1520px;
}

.console_bottom {
	background: url(/assets/images/moon_slice_top.png) top left repeat-x transparent;
	width: 100%;
	height: 27px;
	border-radius: 6px;
}

.gen_label {
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	color: #264CA2;
}

.pretty_field {
    background: -moz-linear-gradient(center top , #FFFFFF, #AEB4BD 1px, #FFFFFF 13px) repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBC9D9;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    outline: 0 none;
    padding: 3px;
    font-size: 11px;
}

.ei_left {
	float: left;
	display: inline-block;
	margin-left: 8px;
	width: 260px;
	height: 95px;
	border-color: #848484;
	border-style: solid;
	border-right-width: 1px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding-top: 16px;
	position: relative;
	top: -13px;
}

.ei_center {
	float: left;
	display: inline-block;
	margin: 0 8px;
	width: 260px;
	height: 95px;
	border-color: #848484;
	border-color: #848484;
	border-style: solid;
	border-right-width: 1px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding-top: 16px;
	position: relative;
	top: -13px;
}

.ei_right {
	float: right;
	display: inline-block;
	margin-right: 8px;
	width: 130px;
	height: 95px;
	border-color: #848484;
	padding-top: 16px;
	position: relative;
	top: -13px;
}

.eprefs {
	clear: both;
	text-align: right;
	width: 100px;
	margin-right: 8px;
	line-height: 22px;
}

.big_black {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-right: 25px;
}

#filedrop {
	width: 156px;
	height: 156px;
	border-radius: 8px;
	border: 1px solid #A6A2BB;
	position: relative;
	float: right;
	margin-right: 31px;
}

#filedrop-label {
	font-size: 11px;
	font-weight: bold;
	color: #264CA2;
	text-align: center;
	vertical-align: center;
	position: absolute;
	top: 40%;
	padding: 0px 20px;
}

#preview {
	position: absolute;
}

/* Selection Box */
.selection {
	position: absolute;
	border: 2px solid #7CBAFF;
	background: #FFF;
	background-color: #7CBAFF;
	border-color: #B8B8B8;
}

/* Products Under the Selection Box */
.selected {
	border: thin solid #132E72 !important;
}

.selected div.widget-head {
	background-color: #132E72;
}

/* Products Activated by Selection Box */
.selected_active {
	border: thin solid #7F1110 !important;
}

.selected_active div.widget-head {
	background-color: #7F1110 !important;
}

/** Product Additions **/
#product_additions_container {
	width: 162px;
	height: auto;
	background-color: #FFFFFF;
	border: thin solid #0075FF;
	border-radius: 8px;
	padding: 8px 8px;
	margin: 8px 0 8px 8px;
	vertical-align: top;
	float: left;
	clear: both;
	display: none;
}

.left_container {
	width: 270px;
	float: left;
}

.mcolumn_addition_applied {
	float: left;
	top: -10px;
	left: 6px;
	position: relative;
}

#product_additions_container fieldset {
	border-radius: 8px;
	border: thin solid #0075FF;
}

#product_additions_container legend {
	color: #264CA2;
}


#product_additions_container .onOff {
	margin: 0 auto;
	width: 80px;
}

#product_additions_container .onOff .galleryActionGreen_btn{
	margin: 4px;
	font-size: 11px;
}

#product_additions_container .onOff .cartbox_grey_btn {
	margin: 4px;
	font-size: 11px;
}


#product_additions_container .addition_slider {
	margin-top: 6px;
	width: 100px;
	float: right;
}

#product_additions_container .addition_qty {
	margin-top: 2px;
	width: 13px;
	float: left;
}


#product_additions_container .button_box {
	padding-top: 8px;
}

#product_additions_container .cartbox_grey_btn {
	float: left;
}

#product_additions_container .cartbox_green_btn {
	float: right;
}

.share {
	background: url(../images/share.png) top left no-repeat transparent;
	width: 29px;
	height: 20px;
	float: left;
	margin-left: 8px;
	position: absolute;
	margin-left: 118px;
	margin-top: 4px;
	cursor: pointer;
}

.collab_container {
	background-color: #000;
	width: 100%;
	height: 0px;
	display: none;
}

#channels {
	padding: 8px;
}

#channels li {
	color: #FFF;
	font-size: 10px;
	margin-bottom: 4px;
}

#channels li span {
	color: #FFF;
	font-size: 10px;
}

#channels li span.clickable {
	cursor: pointer;
}

#channels li span.clickable:hover {
	color: red;
	cursor: pointer;
}

.channel_edit_ico {
	background: top left repeat-y url(/assets/images/edit-ico.png) transparent;
	height: 16px;
	width: 16px;
	cursor: pointer;
	display: inline-block;
}

#edit_channel {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 200px;
	height: 48px;
	color: #264CA2;
	background-color: #FFF;
	opacity: .92;
	border-radius: 6px;
	border: 2px solid #AAA;
	z-index: 1000;
	padding: 8px;
}

#edit_channel input {
	width: 96%;
}

#edit_channel .cartbox_orange_btn {
	float: right;
}

#edit_channel .cartbox_grey_btn {
	float: right;
}

.channel_delete_ico {
	background: top left repeat-y url(/assets/images/delete_ico.png) transparent;
	height: 16px;
	width: 16px;
	cursor: pointer;
	display: inline-block;
}

.channel_clear_ico {
	background: top left repeat-y url(/assets/images/trash_can.png) transparent;
	height: 16px;
	width: 16px;
	cursor: pointer;
	display: inline-block;
}

#clear_channel {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 230px;
	height: 48px;
	color: #264CA2;
	background-color: #FFF;
	opacity: .92;
	border-radius: 6px;
	border: 2px solid #AAA;
	z-index: 1000;
	padding: 8px;
}

#clear_channel .cartbox_orange_btn {
	float: right;
}

#clear_channel .cartbox_grey_btn {
	float: right;
}

#delete_channel {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 230px;
	height: 48px;
	color: #264CA2;
	background-color: #FFF;
	opacity: .92;
	border-radius: 6px;
	border: 2px solid #AAA;
	z-index: 1000;
	padding: 8px;
}

#delete_channel .cartbox_orange_btn {
	float: right;
}

#delete_channel .cartbox_grey_btn {
	float: right;
}

.channel_select_container {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 200px;
	height: 200px;
	color: #264CA2;
	background-color: #FFF;
	opacity: .92;
	border-radius: 6px;
	border: 2px solid #AAA;
	z-index: 1000;
	padding: 8px;

}

.channel_selector {
	height: 200px;
	overflow-y: auto;
}

.new_channel_box {
	position: absolute;
	top: 20px;
	left: 30%;
	width: 200px;
	height: 200px;
	color: #264CA2;
	background-color: #000;
	opacity: .92;
	border-radius: 6px;
	border: 2px solid #AAA;
	z-index: 1000;
	padding: 8px;
}


#collab_products li {
	float: left;
	background: top left repeat-y url(/assets/images/gallery_cellbkgnd.png) transparent;
	border: thin solid #3765D1;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 9px;
}

#collab_products li .mcolumn-img {
	width: 100px;
	height: 130px;
}

#collab_float_drop {
	width: 180px;
	z-index: 300;
	position: fixed;
	text-align: center;
	top: 42px;
	border: thin solid #333333;
	border-radius: 4px 4px 4px 4px;
	height: 100px;
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	font-size: 22px;
	font-weight: bold;
	line-height: 100px;
}

.ui-resizable-helper {
	border: 2px white dashed;
}

.activity_light {
	display: inline-block;
	color: black;
}

.new_channel, .edit_channel_items, .view_channel_items {
	bottom: 6px;
	color: red;
	font-size: 9px;
	left: 8px;
	position: absolute;
	text-decoration: underline;
	vertical-align: bottom;
	cursor: pointer;
}

.new_channel:hover {
	color: darkred;
}

.edit_channel_items, .view_channel_items {
	color: #FFA20E;
	left: 33px;
}

.edit_channel_items:hover, .view_channel_items:hover {
	color: #73A6EE;
}

.view_channel_items {
	left: 82px;
}

#drag-multi .fan {
	-webkit-transform-origin: 25% 100%; -webkit-transition: -webkit-transform 500ms ease-out 0ms; transition: -webkit-transform 500ms ease-out 0ms; -webkit-transform: translate(0px) rotate(34.411764705882355deg);
}

/* Gdocs connector Make the visually tracking a little easier.*/
.active_selected {
	color: rgb(242, 122, 0) !important;
}

@media screen and (min-width : 1330px) {
	.mcolumn_container {
		width: 68% !important;
	}
}

@media screen and (min-width : 1650px) {
	.mcolumn_container {
		width: 70% !important;
	}
}

@media screen and (min-width : 1800px) {
	.mcolumn_container {
		width: 74% !important;
	}
}

@media screen and (min-width : 2200px) {
	.mcolumn_container {
		width: 78% !important;
	}
}

@media screen and (min-width : 2460px) {
	.mcolumn_container {
		width: 80% !important;
	}
}
