/*----------------- Configuration from ----------------------------*/

td.configPriceCell, td.configPriceTotalCell {
	text-align: right;
	vertical-align: top;
}

td.configItemCell, td.configItemTotalCell {
	text-align: left;
	vertical-align: top;
}

td.configItemTotalCell {
	font-size:11px;
	font-weight:bold;
}

td.configPriceTotalCell {
	font-size:11px;
	font-weight:bold;
}


td.conf_add_button {
	text-align: right;
	vertical-align: top;
}



table.bottomButtonTable{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color:#E7E7E7;
	height:23px;
}

span.configInfoMsg {
    color: #cc6600;
	font-size: 10px;
	font-weight: normal;
}

#conf_sidebar {
	position: fixed;
	width: 80px;
	border:1px solid #bbb;
	background-color: #fff;
	width:205px;
	padding:5px;
	margin-left:-5px;
}

.conf_sidebar_title {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #982028;
    padding: 0;
    margin: 0;
}

div.configItemOptionDiv {
}

div.centerTableOptionDiv {
}

td.subOption {
	vertical-align: top;
	text-align: right;
	font-size: 10px;
}

td.configOptionTitle {
	font-size	: 10px;
	cursor		: pointer;
}

td.configOptionTitle.hover
{
  background-color:#EEEEEE;
}

td.configOptionTitle.selected
{
  background-color:#DFF1FF;
}


a.tabLink {
	font-size:14px;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	color : #A4ADB2;
}

span.configItemMessage {
	font-size: 10px;
	font-weight: bold;
}

span.learnMoreText {
	color : #3366CC;
	font-size: 10px;
}


span.configItemTitle {
	font-size: 14px;
	font-weight: bold;
}

.disabledForm {
	background-color: #ccc;
	color: #666;
}

.activeForm {
	background-color: #fff;
	color: #000;
}

.disabledRadio {
	color: #666;
}

.activeRadio {
	color: #000;
}

.ss_img_link {
	cursor : pointer;
}

.ss_txt_link {
	font-size : 10px;
}

.ss_title {
	display: inline;
}

.ss_button_containter {
	text-align: right;
	display: inline;
	position: absolute;
	left: 600px;
}


/*--- New -- */

.configOptionsTable, .configOptionsTable2 {
	border			: 1px solid #dddddd;
	font-size		: 10px;
	width			: 445px;
	border-spacing  : 0px;
	padding			: 3px;
	border-collapse : collapse;
}

.configOptionsTable td {
 padding:1px;
}


.configOptionsTable2 {
	width:428px;
}


/*-- For Tabs -- */
#tab_content {
    border: 1px solid #666;
    background: #fff;
    clear: both;
    width: 660px;
    padding: 10px;
	font-family : 'Lucida Grande',Geneva,Arial,Trebuchet,Verdana,Helvetica,sans-serif;
}

#tab_tabs {
    height: 26px;
    position: relative;
    font-size: 12px;
    clear: both;
}

#tab_tabs ul {
    position: absolute;
    bottom: -1px;
    list-style-type: none;
    margin: 0;
    padding: 0;
	padding-left:10px;
}

#tab_tabs ul li { 
	padding : 0px;
	display: inline; 
	background: none;
}

#tab_tabs a, #tab_tabs a.selected {
    display: block;
    margin: 1px 2px 0 0;
    float: left;
    background: #dddddd;
    border-right: 1px solid #AAA;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #666;
    border-left: 1px solid #AAA;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    color: #555;
}

#tab_tabs a:hover {
    background: #fff;
    color: #222;
}

#tab_tabs a.selected {
    background: #fff;
    border-bottom: none;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    padding-bottom: 4px;
    margin-top: 0;
    color: #222;
}

#tab_tabs a.selected:hover {
    background: #fafafa;
}

/* -- Phone Pictures ----------*/

#phone_pictures {  
	position: relative; /* important */  
	overflow: hidden; /* important */  
	width: 370px; /* important */  
	height: 440px; /* important */  
	margin: 0;  
	background: #fff;  
	border:1px solid green;
	padding:0px;
}  

#example_6_content {  
	position: absolute;  
	top: 0;  
	margin-left: 0;  
}  

#example_6_content  
#example_6_content li {  
	list-style: none;  
	margin: 0;  
	padding: 0;  
	background: none;
}  

#example_6_content li a img {
	border:1px solid purple;
	padding:0px 10px 0px 10px;
}


#example_6_content {  
	width: 13440px;  
}  
#phone_pictures ul li {  
	display: block;  
	float: left;  
	margin: 0;  
	padding: 0;  
	border: none;  
	background: none;
}  

#phone_pictures ul li img {  
	display: block;  
}  

#phone_thumbs {  
	position: relative; 
	margin: 285px 0px 0 0px;  
}

#phone_thumbs ul {
    padding:0px;
}

#phone_thumbs ul li {  
	margin: 0 2px;  
	background: none;
}  
#phone_thumbs ul li img{  
	border: 1px solid #9cf;  
	padding: 2px;  
}  
#phone_thumbs ul li img:hover {
	border: 1px solid #369;
} 

#processor_chart {
  border-spacing:1px;
  background-color:#bbb;
  margin-left:8px;
  padding-left:2px;
}

#processor_chart td {
	background-color:#fff;
}



td.configPriceCell {
	text-align: right;
	vertical-align: top;
}

td.conf_add_button {
	text-align: right;
	vertical-align: top;
}

td.configItemCell {
	text-align: left;
	vertical-align: top;
}

table.configTable {
	width: 217px;
}

span.configInfoMsg {
    color: #cc6600;
	font-size: 8pt;		
	font-weight: normal;
}

#conf_sidebar {
	position: fixed;
	width: 216px;
}

div.configItemOptionDiv {
}

div.centerTableOptionDiv {
}

td.subOption {
	vertical-align: top;
	text-align: right;
	font-size: 8pt;
}

.config_sub_select {
	font-size:10px;
	border:1px solid #bbb;
}


/* FROM THE CUSTOMIZE PAGE */
#content {
  padding:0px;
  padding-left:12px;
}

html>body #content { /* be nice to Opera */
    width: 490px;
    }

.option_desc {
  font-size:10px;
}

.support_table {
  font-size:10px;
  border-spacing:0px;
  border-collapse:collapse;
  width:100%;
}

.support_table td {
  padding:2px;
  vertical-align:top;
  padding-top:10px;
}

.support_table td.right {
  border-right:1px solid #bbb;
}

.support_table td.subscription {
	text-align:center;
}

.support_table td.bottom {
  border-bottom:1px solid #bbb;
}


.more_information_link {
	font-size:10px;
	background: url(/sv_images/arrow_right.gif) no-repeat 0 3px;
	padding-left:10px;
}


.more_information_close {
	font-size:10px;
	background: url(/sv_images/more_info_close.jpg) no-repeat 0 2px;
	padding-left : 10px;
	text-decoration:none;
}

.more_information_content {
	border: 1px solid #BBB;
	background-color : #FFFFF0;
	padding:4px;
}

#more_info_recurring
{
	border: 1px solid #BBB;
	padding-left:10px;
}

.help_questions {
    border: 1px solid #999;
    padding:8px;
	background: url(/sv_images/bundle_help_small.png) no-repeat 5px 10px;
    background-color : #FFFFF0;
	padding-left:80px;
}

#platform_container, #support_container, #performance_container, #redundancy_container, #warranty_container, #accessories_container,
#phone_line_container, #t1_container, #phones_container, #ata_container, #recurring_container, #smb_auto_renewal, #renewal_container {
	padding-left:40px;
}

#recurring_container {
  padding-top:5px;
  padding-bottom:8px;
}

#renewal_container {
	background: url(/sv_images/bundles/renewal.png) no-repeat 0 0px;
}

#platform_container {
	background: url(/sv_images/bundles/platform.png) no-repeat 0 0px;
}

#warranty_container {
	background: url(/sv_images/bundles/platform.png) no-repeat 0 0px;
}

#accessories_container {
	background: url(/sv_images/bundles/hw_accessories.png) no-repeat 0 0px;
}

#support_container {
	background: url(/sv_images/bundles/subscription.png) no-repeat 0 0px;
}

#smb_auto_renewal {
	background: url(/sv_images/bundles/recurring.png) no-repeat 0 0px;
}

#performance_container {
	background: url(/sv_images/bundles/performance.png) no-repeat 0 0px;
}

#redundancy_container {
	background: url(/sv_images/bundles/redundancy.png) no-repeat 0 0px;
}

#phone_line_container {
	background: url(/sv_images/bundles/phone_lines.png) no-repeat 0 0px;
}

#t1_container {
	background: url(/sv_images/bundles/t1.png) no-repeat 0 0px;
}

#phones_container {
	background: url(/sv_images/bundles/phones.png) no-repeat 0 0px;
}

#ata_container {
	background: url(/sv_images/bundles/ata.png) no-repeat 0 0px;
}

#phone_viewer_container {
	background-color:#fff;
	border:1px solid #bbb;
	width:443px;
}

#case_table {
    background-color:#fff;
    border:1px solid #ddd;
    width:100%
}

#case_table td {
	text-align:center;
}

#case_table .case_title {
	border-bottom: 1px solid #eee;
	font-weight:bold;
}

#case_table .case_attributes {
	font-size:10px;
	text-align:left;
	vertical-align:top;
	padding-left:7px;
}

#base_package_desc { 
	font-size:11px; 
	width:260px;
}

.phone_picture_cell {
	text-align:middle;
	padding-right:10px;
	width:210px;
	vertical-align:top;
	padding-top:20px;
}


.phone_attribute_cell {
  vertical-align:top;
}


.phone_attributes {
	font-size:10px;
	border:1px solid #ddd;
	width:195px;
}

.phone_attributes td {
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #eee;
	padding: 1px 8px 1px 8px;
}


.phone_attributes .phone_product_title {
	border-bottom: 1px solid #ddd;
	font-weight:bold;
	background-color:#EFF8FF;
}

.phone_attributes .phone_attr_title {
	color:#333;
}


.phone_attributes .phone_attr_desc {
	color:#333;
}

#sidebar {
  padding-top: 20px;
  padding-left:12px;
}

dl {
	margin:0px;
	padding:0px;
	padding-top:5px;
}

.users_container
{
  padding-top:5px;
  padding-bottom:5px;
  width:100%;
  font-size:11px;
}

.options_title {
  font-weight:bold;
  margin-top:20px;
}

.totalPriceCell
{
  font-weight:bold;
}

